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
|
||||
[pack]
|
||||
threads = 0
|
||||
[pager]
|
||||
log = diff-highlight | less -FRX
|
||||
show = diff-highlight | less -FRX
|
||||
diff = diff-highlight | less -FRX
|
||||
[pull]
|
||||
rebase = true
|
||||
[rebase]
|
||||
|
@ -34,6 +38,7 @@
|
|||
insteadof = http://
|
||||
[tig]
|
||||
blob-view = line-number:yes,interval=5 text
|
||||
diff-highlight = true
|
||||
line-graphics = utf-8
|
||||
tab-size = 4
|
||||
[filter "lfs"]
|
||||
|
|
Loading…
Reference in a new issue