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