git-am: Make it easier to see which patch failed
commita70d4100d027503f441d696cb2bc60c65349d2e9
authorJonas Flodén <jonas@floden.nu>
Fri, 16 Jan 2009 14:34:47 +0000 (16 15:34 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Jan 2009 05:43:33 +0000 (17 21:43 -0800)
treeb81480e5a6da9531a483840c5c52de4c13c89ea2
parent7bbd8d6c139f163ee26b8416cd227408888f31c3
git-am: Make it easier to see which patch failed

When git-am fails it's not always easy to see which patch failed,
since it's often hidden by a lot of error messages.
Add an extra line which prints the name of the failed patch just
before the resolve message to make it easier to find.

Signed-off-by: Jonas Flodén <jonas@floden.nu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh