X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=.gitconfig;h=35556d60bf5583d4a22a495ded296432b8065d91;hp=7dd509e5b81e88d1a67ea815d69bf8563d5b64de;hb=79b274fcd8bfa556133ab13270e84b40aebe8468;hpb=2cff2dd2b8040e6cbd721932ae09142881d7e0a6 diff --git a/.gitconfig b/.gitconfig index 7dd509e..35556d6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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