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] [pack]
threads = 0 threads = 0
[pager] [pager]
log = diff-highlight | less -FRX log = diffr | less -FRX
show = diff-highlight | less -FRX show = diffr | less -FRX
diff = diff-highlight | less -FRX diff = diffr | less -FRX
[pull] [pull]
rebase = true rebase = true
[rebase] [rebase]
@ -38,7 +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 diff-highlight = /usr/local/bin/diff-highlight
line-graphics = utf-8 line-graphics = utf-8
tab-size = 4 tab-size = 4
[filter "lfs"] [filter "lfs"]