commit 178d3e72333615665cce7ea0ade9bf9fbbf59993 from: Tracey Emery date: Fri Jun 25 20:43:34 2021 UTC we will never have a previous link on the summary page commit - f75a37beb3c26f885d25c774915d627acda1ff4a commit + 178d3e72333615665cce7ea0ade9bf9fbbf59993 blob - 0f2ac28da912405cc8c40cb276bc992c190828aa blob + 67d7b13019ebf7dce5ce7dde943ba5a5d2d7d216 --- gotweb/gotweb.c +++ gotweb/gotweb.c @@ -3594,8 +3594,7 @@ gw_get_commits(struct gw_trans * gw_trans, struct gw_h } done: if (gw_trans->prev_id == NULL && gw_trans->commit_id != NULL && - (gw_trans->action == GW_BRIEFS || gw_trans->action == GW_COMMITS || - gw_trans->action == GW_SUMMARY)) { + (gw_trans->action == GW_BRIEFS || gw_trans->action == GW_COMMITS)) { commit_found = 0; TAILQ_FOREACH_REVERSE(t_header, &gw_trans->gw_headers, headers, entry) {