Closed gabyx closed 4 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
cli.sh | 9 | 13 | 69.23% | ||
install.sh | 14 | 21 | 66.67% | ||
<!-- | Total: | 36 | 47 | 76.6% | --> |
Totals | |
---|---|
Change from base Build 679: | -0.1% |
Covered Lines: | 2094 |
Relevant Lines: | 2568 |
Would be good to go: All tests pass
LGTM, one thing to double check before I merge, shouldn't the legacy transformation deal with githooks.previousSearchDir
too?
Thanks, ehm dont know, lets check! Nice catch, shit, jeah of course!
Updated
Thanks!
A small refactor to move global git config variables to make them more consistent.
githooks.autoupdate.updateCloneUrl -> githooks.cloneUrl githooks.autoupdate.updateCloneBranch -> githooks.cloneBranch githooks.previous.searchDir -> githooks.previousSearchDir
See
legacy_transformation
ininstall.sh
which takes care of transformation and deleting old values.Thanks for merging =)