]> asedeno.scripts.mit.edu Git - git.git/commitdiff
git-applymbox: fix '-c'.
authorJunio C Hamano <junkio@cox.net>
Sun, 4 Sep 2005 17:37:07 +0000 (10:37 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 4 Sep 2005 17:37:07 +0000 (10:37 -0700)
Earlier round b50abe8843006e9856c633b5abeb4eab53b46629 broke it
by carelessly rewriting the main loop.

Signed-off-by: Junio C Hamano <junkio@cox.net>
tools/git-applymbox

index 2b32dab5f54e8542fc6f5be481fd0f0f8f461137..e58bb21467ac36ca4354deb71db9556d99f5f863 100755 (executable)
@@ -68,7 +68,8 @@ do
     i="$1" 
     case "$resume,$continue" in
     f,$i)      resume=t;;
-    f,*)       continue;;
+    f,*)       shift
+               continue;;
     *)
            git-mailinfo $keep_subject $utf8 \
                .dotest/msg .dotest/patch <$i >.dotest/info || exit 1