config/git/config: follow in log by default
This commit is contained in:
parent
89d04ac4d6
commit
e9bb7d6d0e
|
@ -43,14 +43,15 @@
|
||||||
[difftool "nvim"]
|
[difftool "nvim"]
|
||||||
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""
|
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""
|
||||||
|
|
||||||
[status]
|
|
||||||
showStash = true
|
|
||||||
[pager]
|
[pager]
|
||||||
branch = false # Disable pagination for branch list
|
branch = false # Disable pagination for branch list
|
||||||
|
[status]
|
||||||
|
showStash
|
||||||
[grep]
|
[grep]
|
||||||
lineNumber = true
|
lineNumber
|
||||||
[log]
|
[log]
|
||||||
date=local
|
date=local
|
||||||
|
follow
|
||||||
[commit]
|
[commit]
|
||||||
verbose
|
verbose
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue