feat(git): use git-delta for diff/log viewing
This commit is contained in:
parent
75b64d8316
commit
ff7aab774a
1 changed files with 13 additions and 0 deletions
|
@ -39,3 +39,16 @@
|
||||||
annotate = true
|
annotate = true
|
||||||
[format]
|
[format]
|
||||||
signoff = true
|
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
|
||||||
|
|
Loading…
Reference in a new issue