vimrc: Set modelines=0 to avoid security issues
[cmccabe-etc] / .gitconfig
index 6a1d62a..f71b831 100644 (file)
@@ -2,6 +2,7 @@
        editor = vim
        pager = less -FRX
        autocrlf = false
+    ignorecase = false
 [color]
        branch = auto
        status = auto
@@ -32,3 +33,6 @@
        tool = vimdiff
 [branch]
        autosetuprebase = always
+[user]
+       email = cmccabe@apache.org
+       name = Colin P. McCabe