From 81ee5d3f6771b56b8d9ade10d8cdba16e9db3712 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 10 Oct 2019 21:08:58 +0200 Subject: [PATCH] [ADD][GIT] Use patience diff by default The patience diff usually results in better patches than the default myers algorithm. --- git/.gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 1b76298..67675db 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -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