From: Jonas Flodén Date: Fri, 16 Jan 2009 14:34:47 +0000 (+0100) Subject: git-am: Make it easier to see which patch failed X-Git-Tag: v1.6.2-rc0~106^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a70d4100d027503f441d696cb2bc60c65349d2e9?hp=a70d4100d027503f441d696cb2bc60c65349d2e9 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 Signed-off-by: Junio C Hamano ---