From 7ec83bc3c725622c8724aa0cce8844ce38528e5f Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Fri, 25 Nov 2011 16:38:21 -0500 Subject: Add GC command to sync-all. Signed-off-by: Edward Z. Yang --- sync-all | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sync-all') diff --git a/sync-all b/sync-all index c7fcfde68f..1043b15fe0 100755 --- a/sync-all +++ b/sync-all @@ -413,6 +413,10 @@ sub scmall { scm ($localpath, $scm, "format-patch", @args) if $scm eq "git" } + elsif ($command =~ /^gc$/) { + scm ($localpath, $scm, "gc", @args) + unless $scm eq "darcs"; + } else { die "Unknown command: $command"; } -- cgit v1.2.1