summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9325631)
raw | patch | inline | side by side (parent: 9325631)
author | Petr Baudis <pasky@ucw.cz> | |
Sun, 24 Apr 2005 01:05:07 +0000 (18:05 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 24 Apr 2005 01:05:07 +0000 (18:05 -0700) |
Added files were errorneously reported with the - prefix by diff-cache,
obviously leading to great confusion.
Signed-off-by: Petr Baudis <pasky@ucw.cz>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
obviously leading to great confusion.
Signed-off-by: Petr Baudis <pasky@ucw.cz>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff-cache.c | patch | blob | history |
diff --git a/diff-cache.c b/diff-cache.c
index b407d753e520fa0b1523d770d98b3015af197275..2ec6c29ab6b79a10277a2ff9021a2032d656abf0 100644 (file)
--- a/diff-cache.c
+++ b/diff-cache.c
}
/* No matching 1-stage (tree) entry? Show the current one as added */
if (entries == 1 || !same_name(ce, ac[1])) {
- show_file("-", ce);
+ show_file("+", ce);
ac++;
entries--;
continue;