[ADD][GIT] Use patience diff by default
The patience diff usually results in better patches than the default myers algorithm.
This commit is contained in:
parent
826db6d2de
commit
81ee5d3f67
|
@ -17,6 +17,12 @@
|
|||
[rebase]
|
||||
autoSquash = true
|
||||
autoStash = true
|
||||
[blame]
|
||||
coloring = repeatedLines
|
||||
markUnblamables = true
|
||||
markIgnoredLines = true
|
||||
[diff]
|
||||
algorithm = patience
|
||||
[pager]
|
||||
diff = /usr/share/git/diff-highlight/diff-highlight | less
|
||||
log = /usr/share/git/diff-highlight/diff-highlight | less
|
||||
|
|
Loading…
Reference in a new issue