diff options
-rw-r--r-- | ui_70-commit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui_70-commit.c b/ui_70-commit.c index 082ebee..d7b5f9d 100644 --- a/ui_70-commit.c +++ b/ui_70-commit.c @@ -157,13 +157,14 @@ void cgit_print_commit(char *hex, const char *prefix) html("</div>"); html("<div class='notes-footer'></div>"); }*/ - if (parents < 3) { +/* if (parents < 3) { if (parents) tmp = oid_to_hex(&commit->parents->item->object.oid); else tmp = NULL; cgit_print_diff(ctx.qry.sha1, tmp, prefix, 0, 0); } +*/ strbuf_release(¬es); cgit_free_commitinfo(info); cgit_print_layout_end(); |