X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=.gitconfig;h=839cb5f57c76cdb66b236707223779f5b5827081;hb=165008e5b82c81ebff1061c8f8294c3bc6e9dced;hp=186dac41f0b3da86b764880bb9414b6085c007de;hpb=88a54cdff583fe1acdd0e441a331b5fcb570e258;p=distro-setup diff --git a/.gitconfig b/.gitconfig index 186dac4..839cb5f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -26,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