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

Merge branch 'jf/am-failure-report'

* jf/am-failure-report:
  git-am: re-fix the diag message printing
  git-am: Make it easier to see which patch failed
......@@ -510,7 +510,7 @@ do
fi
if test $apply_status != 0
then
echo Patch failed at $msgnum.
printf 'Patch failed at %s %s\n' "$msgnum" "$FIRSTLINE"
stop_here_user_resolve $this
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册