X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1a9a75d7c7c33cd89f1c34445d56e51dc349dc31..5564a5d06678b3f9b0725bc4b2383ea1b7eb5515:/ui-log.c diff --git a/ui-log.c b/ui-log.c index 6cc81a3..3220fd9 100644 --- a/ui-log.c +++ b/ui-log.c @@ -263,8 +263,9 @@ static void print_commit(struct commit *commit, struct rev_info *revs) html("\n"); - if (revs->graph || ctx.qry.showmsg) { /* Print a second table row */ - html(""); + if ((revs->graph && !graph_is_commit_finished(revs->graph)) + || ctx.qry.showmsg) { /* Print a second table row */ + html(""); if (ctx.qry.showmsg) { /* Concatenate commit message + notes in msgbuf */