From b1001917414ef857acaf864150f8b8fdec8bbfbe Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 9 Apr 2011 14:42:08 +0100 Subject: [PATCH] Add "./sync-all config" command --- sync-all | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 1.7.10.4