git: use diffr on console, diff-highlight within tig
This commit is contained in:
parent
d64730316d
commit
51a130f0a0
1 changed files with 4 additions and 4 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue