summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorDaniel Fischer <daniel.is.fischer@googlemail.com>2011-09-07 19:56:59 +0200
committerDaniel Fischer <daniel.is.fischer@googlemail.com>2011-09-07 19:56:59 +0200
commit193ad9fe87a2c2cb988e92fdd83f3ffb0c7bb196 (patch)
treee8927c10cb6ec923e0c74ab66b44b8a4b1ae0f2d /sync-all
parentdf05656b54ebacc5bad555260b7dab78cf7c7814 (diff)
downloadhaskell-193ad9fe87a2c2cb988e92fdd83f3ffb0c7bb196.tar.gz
Added repack command to sync-all
Diffstat (limited to 'sync-all')
-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