diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -49,6 +49,11 @@ whitespace = red reverse [commit] gpgsign = true +[diff] + renamelimit = 0 + algorithm = histogram + colorMoved = plain + renames = true [fetch] prune = true [push] |