Code

git-am -i: report rewritten title
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Dec 2007 07:01:30 +0000 (23:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Dec 2007 00:27:17 +0000 (16:27 -0800)
commitf23272f3fd84fd37d97917f37233fbf01deb32b4
tree8d0982e61a984cb8789e729ac625c66f27c0474c
parent6326cee51b21d67e1335ead285cb52b83234b2b4
git-am -i: report rewritten title

Jeff Garzik noticed that "git am -i" reports the applied patch with
the title before the user edited it.  This was confusing.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh