author | Junio C Hamano <junkio@cox.net> | |
Wed, 22 Jun 2005 09:29:16 +0000 (02:29 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 22 Jun 2005 17:23:48 +0000 (10:23 -0700) | ||
commit | 03b4538badb405b2f159531ad35873700d073bb8 | |
tree | ce743c2887bb63c91a0fe6bcb64949815a594946 | tree | snapshot |
parent | f5ab6ccae3063725e0a6bfacffaffb245d6df83c | commit | diff |
[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>
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 | diff | blob | history |