Bump diff.renameLimit
After a successful clone, we set the configuration knob 'diff.renameList' to 7000. This change is made after observing a warning about the value being too low.
This commit is contained in:
parent
b02c61fd8c
commit
d3c3e3e2f0
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ set -x
|
|||
gitexec "clone ${giturl} ${gitdir}"
|
||||
cd "${gitdir}"
|
||||
gitexec "config core.filemode off"
|
||||
gitexec "config diff.renameList 7000"
|
||||
set +x
|
||||
set +e
|
||||
gitexec "checkout -t origin/${branch} > /dev/null 2>&1"
|
||||
|
|
Loading…
Reference in a new issue