reduce ressource consumption

* git gc --auto should be enough for the rebase

Do not waste ressources on doing a complete aggressive garbage collection run
Additionally git gc gets run by svn2git internally too
master
nico wellpott 4 years ago
parent 41c6d20dca
commit 9f798d4d54
Signed by: nwellpott
GPG Key ID: 1F6495B44DABCE6E

@ -14,8 +14,8 @@ function migrate() {
}
function clean() {
# clean up git tree thoroughly
/usr/bin/git gc --aggressive
# clean up git tree
/usr/bin/git gc --auto
}
function push() {

Loading…
Cancel
Save