Skip to content

Commit 07adc43

Browse files
committed
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
2 parents d9fde06 + 4d2e283 commit 07adc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-am.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ do
510510
fi
511511
if test $apply_status != 0
512512
then
513-
echo Patch failed at $msgnum.
513+
printf 'Patch failed at %s %s\n' "$msgnum" "$FIRSTLINE"
514514
stop_here_user_resolve $this
515515
fi
516516

0 commit comments

Comments
 (0)