summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 52586ec)
raw | patch | inline | side by side (parent: 52586ec)
author | Junio C Hamano <junkio@cox.net> | |
Sun, 4 Sep 2005 17:37:07 +0000 (10:37 -0700) | ||
committer | Junio 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>
by carelessly rewriting the main loop.
Signed-off-by: Junio C Hamano <junkio@cox.net>
tools/git-applymbox | patch | blob | history |
diff --git a/tools/git-applymbox b/tools/git-applymbox
index 2b32dab5f54e8542fc6f5be481fd0f0f8f461137..e58bb21467ac36ca4354deb71db9556d99f5f863 100755 (executable)
--- a/tools/git-applymbox
+++ b/tools/git-applymbox
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