summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f5ab6cc)
raw | patch | inline | side by side (parent: f5ab6cc)
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) |
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>
--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 | patch | blob | history |
index af97537522e8e9d9be7baa84a0b8b7063212e3c5..53a9bb626ed895620812b7df1a51e070938aba70 100644 (file)
--- a/apply.c
+++ b/apply.c
@@ -723,11 +723,11 @@ const char minuses[]= "---------------------------------------------------------
static void show_stats(struct patch *patch)
{
- char *name = patch->old_name;
+ char *name = patch->new_name;
int len, max, add, del, total;
if (!name)
- name = patch->new_name;
+ name = patch->old_name;
/*
* "scale" the filename