summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-10-27 12:50:55 +0100
committerIan Lynagh <igloo@earth.li>2011-11-04 01:23:34 +0000
commit109546c4037a16ba76b33e697edfb65439051965 (patch)
tree6790c53f1debba81bbadca0c9121c9c079f88ff9 /sync-all
parent2bc8a7b70fd226face652ecca6a3e9877abc3917 (diff)
downloadhaskell-109546c4037a16ba76b33e697edfb65439051965.tar.gz
Add format-patch support 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 3724baa3ae..11c2210513 100755
--- a/sync-all
+++ b/sync-all
@@ -405,6 +405,10 @@ sub scmall {
scm ($localpath, $scm, "repack", @args)
if $scm eq "git"
}
+ elsif ($command =~ /^format-patch$/) {
+ scm ($localpath, $scm, "format-patch", @args)
+ if $scm eq "git"
+ }
else {
die "Unknown command: $command";
}
@@ -484,6 +488,7 @@ any extra arguments to git:
commit
config
fetch
+ format-patch
grep
log
new