Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Diff-tree-helper take two.
[gitweb.git]
/
diff-cache.c
diff --git
a/diff-cache.c
b/diff-cache.c
index b407d753e520fa0b1523d770d98b3015af197275..2ec6c29ab6b79a10277a2ff9021a2032d656abf0 100644
(file)
--- a/
diff-cache.c
+++ b/
diff-cache.c
@@
-57,7
+57,7
@@
static int diff_cache(struct cache_entry **ac, int entries)
}
/* 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;