[git]Add 2.9 feature to have nicer diff
This commit is contained in:
parent
fd13dea193
commit
11963d2af5
@ -44,6 +44,7 @@
|
||||
prompt = false
|
||||
[diff]
|
||||
tool = meld
|
||||
compactionHeuristic = true
|
||||
[mergetool "meld"]
|
||||
path = /usr/bin/meld
|
||||
trustExitCode = false
|
||||
@ -67,3 +68,9 @@
|
||||
|
||||
[rerere]
|
||||
enabled = true
|
||||
[pager]
|
||||
log = /usr/share/git/diff-highlight/diff-highlight | less
|
||||
show = /usr/share/git/diff-highlight/diff-highlight | less
|
||||
diff = /usr/share/git/diff-highlight/diff-highlight | less
|
||||
[interactive]
|
||||
diffFilter = /usr/share/git/diff-highlight/diff-highlight
|
||||
|
Loading…
Reference in New Issue
Block a user