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]
|
[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"]
|
||||||
|
|
Loading…
Reference in a new issue