summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--show-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/show-diff.c b/show-diff.c
index bc3791a..21c9045 100644
--- a/show-diff.c
+++ b/show-diff.c
@@ -31,7 +31,7 @@ static void show_diff_empty(struct cache_entry *ce)
int c = 0;
printf("--- %s\n", ce->name);
- printf("+++ %s\n", ce->name);
+ printf("+++ /dev/null\n");
p = old;
end = old + size;
while (p < end)