X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=.gitconfig;h=89d01716ccd0afc9a8ce190af0379d57a6e67c7e;hb=343a048be4b32d18540c6531048d2b9a006774ae;hp=f1c201968c14fd77be7c25125bbf09063df01d19;hpb=b857462732e15f455e41f26e3048a390d7b399c0;p=distro-setup diff --git a/.gitconfig b/.gitconfig index f1c2019..89d0171 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. @@ -9,6 +10,7 @@ co = checkout s = status ci = commit lol = log --graph --decorate --pretty=oneline --abbrev-commit --all +dt = difftool [core] excludesfile = ~/.gitignore_global @@ -24,6 +26,9 @@ helper = cache [diff] ignoreSubmodules = dirty tool = meld +# gitinspector complained +#renamelimit = 5000 +renames = copy [gitreview] username = iank