git-am: show the final log message on "Applying:" indicator
commitb34a912989624de37f859b4d70d9eab4cfe285dd
authorSimon Ruderich <simon@ruderich.org>
Thu, 21 Mar 2013 02:40:17 +0000 (21 03:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Mar 2013 15:09:35 +0000 (21 08:09 -0700)
treeb8236371505ac526ccb596c0ecb893ce83d4cc11
parent7b9a41987aea4f5eb4afe1ff84302b5c5fa4e77a
git-am: show the final log message on "Applying:" indicator

The "Applying:" message "git am" shows to tell the user which patch
is being applied has traditionally been to help identifying the
input, but we started showing the edited result since f23272f3fd84
(git-am -i: report rewritten title, 2007-12-04), because it was
found more confusing to show the original during an interactive
session.

Treat the modification by the applypatch-msg hook in a similar way
and use the edited result in the progress indication, even though
this is usually not interactive.

Signed-off-by: Simon Ruderich <simon@ruderich.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh