[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:
Bruno BELANYI 2019-10-10 21:08:58 +02:00
parent 826db6d2de
commit 81ee5d3f67

View file

@ -17,6 +17,12 @@
[rebase] [rebase]
autoSquash = true autoSquash = true
autoStash = true autoStash = true
[blame]
coloring = repeatedLines
markUnblamables = true
markIgnoredLines = true
[diff]
algorithm = patience
[pager] [pager]
diff = /usr/share/git/diff-highlight/diff-highlight | less diff = /usr/share/git/diff-highlight/diff-highlight | less
log = /usr/share/git/diff-highlight/diff-highlight | less log = /usr/share/git/diff-highlight/diff-highlight | less