| -rw-r--r-- | parsing.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -200,9 +200,6 @@ struct commitinfo *cgit_parse_commit(struct commit *commit) ret->subject = NULL; ret->msg = NULL; - if (p == NULL) - return ret; - if (strncmp(p, "tree ", 5)) die("Bad commit: %s", sha1_to_hex(commit->object.sha1)); else |