summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3f05389)
raw | patch | inline | side by side (parent: 3f05389)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 24 Apr 2005 23:20:53 +0000 (16:20 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 24 Apr 2005 23:20:53 +0000 (16:20 -0700) |
Now that we have hopefully converted all old archives, we
can consider it an error.
can consider it an error.
fsck-cache.c | patch | blob | history |
diff --git a/fsck-cache.c b/fsck-cache.c
index 985adb68bb50d087895e2a2cb0b7b5d009f627f2..e3c41d48e9fe3e298a8dc3f2b2ecc2a71f6629e8 100644 (file)
--- a/fsck-cache.c
+++ b/fsck-cache.c
return -1;
if (!commit->parents)
printf("root %s\n", sha1_to_hex(sha1));
+ if (!commit->date)
+ printf("bad commit date in %s\n", sha1_to_hex(sha1));
return 0;
}