[PATCH] git-apply --stat: show new filename for rename/copy patch.
authorJunio C Hamano <junkio@cox.net>
Wed, 22 Jun 2005 09:29:16 +0000 (02:29 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 17:23:48 +0000 (10:23 -0700)
commit03b4538badb405b2f159531ad35873700d073bb8
treece743c2887bb63c91a0fe6bcb64949815a594946
parentf5ab6ccae3063725e0a6bfacffaffb245d6df83c
[PATCH] git-apply --stat: show new filename for rename/copy patch.

When a patch is a git extended rename/copy patch, "git-apply
--stat" showed the old filename.  Change it to show the new
filename, because most of the time we are interested in looking
at the resulting tree.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
apply.c