diff --git a/.gitconfig b/.gitconfig index e1cbbdf..cfc8ee9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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