feat(git): use git-delta for diff/log viewing

This commit is contained in:
George Rawlinson 2021-07-08 17:55:09 +00:00
parent 75b64d8316
commit ff7aab774a
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 13 additions and 0 deletions

View File

@ -39,3 +39,16 @@
annotate = true
[format]
signoff = true
# use git-delta for diff/log
[delta]
navigate = true
[interactive]
diffFilter = delta --color-only
[pager]
diff = delta
log = delta
reflog = delta
show = delta