diff options
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -57,6 +57,8 @@ decorate = full [gc] autopacklimit = 20 +[tig] + diff-highlight = /usr/share/git/diff-highlight/diff-highlight [pager] diff = /usr/share/git/diff-highlight/diff-highlight | less log = /usr/share/git/diff-highlight/diff-highlight | less @@ -65,3 +67,5 @@ lineNumber = true [tag] sort = version:refname +[diff] + colorMoved = zebra |