summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0b32ff0)
raw | patch | inline | side by side (parent: 0b32ff0)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 27 Apr 2005 00:48:57 +0000 (17:48 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 27 Apr 2005 00:48:57 +0000 (17:48 -0700) |
This makes it match "show-diff" behaviour.
diff-cache.c | patch | blob | history |
diff --git a/diff-cache.c b/diff-cache.c
index c7fa84bffb07504890259fca1b05bd499847e1fe..5d43be60a46624283a47797bdc97c65aa6cf6dbe 100644 (file)
--- a/diff-cache.c
+++ b/diff-cache.c
struct cache_entry *ce = active_cache[i];
if (!ce_stage(ce))
continue;
- printf("%s: unmerged\n", ce->name);
+ printf("U %s%c", ce->name, line_termination);
while (remove_entry_at(i)) {
if (!ce_stage(active_cache[i]))
break;