X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=.gitconfig;h=839cb5f57c76cdb66b236707223779f5b5827081;hb=77917a8fbf2032a8b2634a1b3de0879ec45cf213;hp=7dd509e5b81e88d1a67ea815d69bf8563d5b64de;hpb=2cff2dd2b8040e6cbd721932ae09142881d7e0a6;p=distro-setup diff --git a/.gitconfig b/.gitconfig index 7dd509e..839cb5f 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,11 @@ helper = cache [diff] ignoreSubmodules = dirty tool = meld -# gitinspector complained -renamelimit = 5000 +# on git pull of coreboot: +# warning: inexact rename detection was skipped due to too many files. +# warning: you may want to set your diff.renameLimit variable to at least 3694 and retry the command. +renameLimit = 50000 +renames = copy [gitreview] username = iank