minor bug fix
[distro-setup] / .gitconfig
index 7dd509e5b81e88d1a67ea815d69bf8563d5b64de..35556d60bf5583d4a22a495ded296432b8065d91 100644 (file)
@@ -10,6 +10,7 @@ co = checkout
 s = status
 ci = commit
 lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
+dt = difftool
 
 [core]
 excludesfile = ~/.gitignore_global
@@ -25,8 +26,9 @@ helper = cache
 [diff]
 ignoreSubmodules = dirty
 tool = meld
-# gitinspector complained
-renamelimit = 5000
+# gitinspector complained, but then i noticed git not detecting a rename with this.
+#renamelimit = 5000
+renames = copy
 
 [gitreview]
 username = iank