git: Added diff-highlight as pager and for tig
This commit is contained in:
parent
9103812466
commit
a34afeb0ed
1 changed files with 5 additions and 0 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue