aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--ui-diff.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui-diff.c b/ui-diff.c
index 999b6f3..7ec5701 100644
--- a/ui-diff.c
+++ b/ui-diff.c
@@ -35,10 +35,7 @@ static void header(unsigned char *sha1, char *path1,
unsigned char *sha2, char *path2)
{
char *abbrev1, *abbrev2;
- if (is_null_sha1(sha1))
- path1 = "dev/null";
- if (is_null_sha1(sha2))
- path2 = "dev/null";
+
html("<tr><td>");
html("<div class='head'>");
html("diff --git a/");