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:
@@ -12,7 +12,7 @@
|
|||||||
added = 076
|
added = 076
|
||||||
untracked = 014
|
untracked = 014
|
||||||
[core]
|
[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
|
excludesfile = ~/.config/git/ignore
|
||||||
[alias]
|
[alias]
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
|
|||||||
Reference in New Issue
Block a user