X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=.gitconfig;h=839cb5f57c76cdb66b236707223779f5b5827081;hb=7f759d320592e791a62cd0a966350e8c53ee0976;hp=35556d60bf5583d4a22a495ded296432b8065d91;hpb=8452f3f3e0b837ba4e616e062787d726d7888b76;p=distro-setup diff --git a/.gitconfig b/.gitconfig index 35556d6..839cb5f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -26,8 +26,10 @@ helper = cache [diff] ignoreSubmodules = dirty tool = meld -# gitinspector complained, but then i noticed git not detecting a rename with this. -#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]