git: Jump to commit instead of Date

When jumping to commits using "Date", the commit and (more importantly)
the author were not shown.
This commit is contained in:
2020-09-25 00:39:39 +02:00
parent c00d8df9d0
commit 436c17c2f5

View File

@@ -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