config/git/config: follow in log by default

This commit is contained in:
xeruf 2022-09-16 14:34:14 +02:00
parent 89d04ac4d6
commit e9bb7d6d0e
1 changed files with 4 additions and 3 deletions

View File

@ -43,14 +43,15 @@
[difftool "nvim"]
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""
[status]
showStash = true
[pager]
branch = false # Disable pagination for branch list
[status]
showStash
[grep]
lineNumber = true
lineNumber
[log]
date=local
follow
[commit]
verbose