X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e903011c4457c24c0095f270ca5e78c40729434f..c94afaacf4f996e3c983bcc150a2bacde2b00f20:/ui-diff.c diff --git a/ui-diff.c b/ui-diff.c index 7ec5701..999b6f3 100644 --- a/ui-diff.c +++ b/ui-diff.c @@ -35,7 +35,10 @@ 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(""); html("
"); html("diff --git a/");