Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-applymbox: fix '-c'.
[gitweb.git]
/
tools
/
git-applymbox
diff --git
a/tools/git-applymbox
b/tools/git-applymbox
index 2b32dab5f54e8542fc6f5be481fd0f0f8f461137..e58bb21467ac36ca4354deb71db9556d99f5f863 100755
(executable)
--- a/
tools/git-applymbox
+++ b/
tools/git-applymbox
@@
-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