commit | 03b4538badb405b2f159531ad35873700d073bb8 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Jun 22 02:29:16 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Wed Jun 22 10:23:48 2005 -0700 |
tree | ce743c2887bb63c91a0fe6bcb64949815a594946 | |
parent | f5ab6ccae3063725e0a6bfacffaffb245d6df83c [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>