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"] [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