diff --git a/.mikaela/gitconfig b/.mikaela/gitconfig index 2ac2103f..c3a75950 100644 --- a/.mikaela/gitconfig +++ b/.mikaela/gitconfig @@ -37,3 +37,11 @@ signOff = true [commit] gpgsign = true +[diff] + compactionHeuristic = true +[pager] +# log = diff-highlight | less +# show = diff-highlight | less +# diff = diff-highlight | less +[interactive] +# diffFilter = diff-highlight diff --git a/conf/gitconfig b/conf/gitconfig index a4329557..f4fc10c8 100644 --- a/conf/gitconfig +++ b/conf/gitconfig @@ -37,3 +37,11 @@ signOff = true [commit] gpgsign = true +[diff] + compactionHeuristic = true +[pager] +# log = diff-highlight | less +# show = diff-highlight | less +# diff = diff-highlight | less +[interactive] +# diffFilter = diff-highlight