From 436c17c2f569fb76f3a47a35dbd7691729e1cb07 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Fri, 25 Sep 2020 00:39:39 +0200 Subject: [PATCH] git: Jump to commit instead of Date When jumping to commits using "Date", the commit and (more importantly) the author were not shown. --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 6b8c026..3b377e6 100644 --- a/.config/git/config +++ b/.config/git/config @@ -12,7 +12,7 @@ added = 076 untracked = 014 [core] - pager = diff-so-fancy | less --tabs=8 -RG -+FX -p'^(Date|added|deleted|modified): ' + pager = diff-so-fancy | less --tabs=8 -RG -+FX -p'^(commit|(added|deleted|modified):) ' excludesfile = ~/.config/git/ignore [alias] root = rev-parse --show-toplevel