summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsync-all5
1 files changed, 5 insertions, 0 deletions
diff --git a/sync-all b/sync-all
index cfe7fbe1eb..fb719e472a 100755
--- a/sync-all
+++ b/sync-all
@@ -401,6 +401,10 @@ sub scmall {
scm ($localpath, $scm, "config", @args)
unless $scm eq "darcs";
}
+ elsif ($command =~ /^repack$/) {
+ scm ($localpath, $scm, "repack", @args)
+ if $scm eq "git"
+ }
else {
die "Unknown command: $command";
}
@@ -485,6 +489,7 @@ any extra arguments to git:
new
pull
push
+ repack
reset
send
status