git-gc --auto: run "repack -A -d -l" as necessary.
[gitweb.git] / git-rebase--interactive.sh
index abc2b1c3e06bf1904ed92a691e917e8718e9e299..8258b7adf97d2bc4378d3b92f66e83b383669414 100755 (executable)
@@ -307,6 +307,8 @@ do_next () {
        rm -rf "$DOTEST" &&
        warn "Successfully rebased and updated $HEADNAME."
 
+       git gc --auto
+
        exit
 }