X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=.gitconfig;h=7dd509e5b81e88d1a67ea815d69bf8563d5b64de;hb=8826440696abdfbfd6c7f5a40c95163bd489a1b1;hp=c4fd69d976235b715af0b62e2448226bdead8708;hpb=eb9b839bb5a91c60cc4f6eb9d7e38ffbf73f0e90;p=distro-setup diff --git a/.gitconfig b/.gitconfig index c4fd69d..7dd509e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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. @@ -12,9 +13,6 @@ lol = log --graph --decorate --pretty=oneline --abbrev-commit --all [core] excludesfile = ~/.gitignore_global -[github] -user = ian-kelling -token = d2dc0c5c6fef5378cc896a617e53c1a9 [credential] helper = cache @@ -27,13 +25,12 @@ helper = cache [diff] ignoreSubmodules = dirty tool = meld +# gitinspector complained +renamelimit = 5000 [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