X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a342ac6b4d7830f82230b0f6a29bc9378d66747e..a2ddc10479ec463708e422ca5ce7ec02c22a7d02:/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/");