minor bug fix
[distro-setup] / .gitconfig
index c4fd69d976235b715af0b62e2448226bdead8708..35556d60bf5583d4a22a495ded296432b8065d91 100644 (file)
@@ -1,6 +1,7 @@
 [user]
 name = Ian Kelling
 email = iank@fsf.org
+#email = ian@iankelling.org
 [alias]
 # Always use the git lg alias instead of git log.  It's too easy to get
 # confused by not seeing branches in git log output.
@@ -9,12 +10,10 @@ co = checkout
 s = status
 ci = commit
 lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
+dt = difftool
 
 [core]
 excludesfile = ~/.gitignore_global
-[github]
-user = ian-kelling
-token = d2dc0c5c6fef5378cc896a617e53c1a9
 [credential]
 helper = cache
 
@@ -27,13 +26,13 @@ helper = cache
 [diff]
 ignoreSubmodules = dirty
 tool = meld
+# gitinspector complained, but then i noticed git not detecting a rename with this.
+#renamelimit = 5000
+renames = copy
 
 [gitreview]
 username = iank
 remote = origin
-# this is for newer git version. Doesn't work for ubuntu 12.04's version
-#[push]
-#      default = simple
 [color]
 ui = auto
 status = auto