提交 07a95d0e 编写于 作者: J Junio C Hamano

git-applymbox: fix '-c'.

Earlier round b50abe88 broke it
by carelessly rewriting the main loop.
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 52586ecb
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册