git: use diffr on console, diff-highlight within tig

This commit is contained in:
Tobias Schmidl 2021-01-29 08:29:33 +01:00
parent d64730316d
commit 51a130f0a0

View file

@ -27,9 +27,9 @@
[pack]
threads = 0
[pager]
log = diff-highlight | less -FRX
show = diff-highlight | less -FRX
diff = diff-highlight | less -FRX
log = diffr | less -FRX
show = diffr | less -FRX
diff = diffr | less -FRX
[pull]
rebase = true
[rebase]
@ -38,7 +38,7 @@
insteadof = http://
[tig]
blob-view = line-number:yes,interval=5 text
diff-highlight = true
diff-highlight = /usr/local/bin/diff-highlight
line-graphics = utf-8
tab-size = 4
[filter "lfs"]