X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=sync-all;h=09130c0e52010a3f000f887f586bea1c3c22a34f;hp=a2c6ab91684b81d2572aa5ff248e754f2920702b;hb=b1001917414ef857acaf864150f8b8fdec8bbfbe;hpb=1844c3c0804cac9b3e7c39500e47d75fbdc3a3ff diff --git a/sync-all b/sync-all index a2c6ab9..09130c0 100755 --- a/sync-all +++ b/sync-all @@ -361,6 +361,9 @@ sub scmall { # Hack around 'git grep' failing if there are no matches $ignore_failure = 1; } + elsif ($command =~ /^config$/) { + @scm_args = "config"; + } else { die "Unknown command: $command"; } @@ -416,6 +419,7 @@ Supported commands: * remote rm * remote set-url [--push] * grep + * config Available package-tags are: END