git: Added diff-highlight as pager and for tig

This commit is contained in:
Tobias Schmidl 2021-01-20 15:12:34 +01:00
parent 9103812466
commit a34afeb0ed

View file

@ -26,6 +26,10 @@
tool = vimdiff
[pack]
threads = 0
[pager]
log = diff-highlight | less -FRX
show = diff-highlight | less -FRX
diff = diff-highlight | less -FRX
[pull]
rebase = true
[rebase]
@ -34,6 +38,7 @@
insteadof = http://
[tig]
blob-view = line-number:yes,interval=5 text
diff-highlight = true
line-graphics = utf-8
tab-size = 4
[filter "lfs"]