Commit 178d3e72333615665cce7ea0ade9bf9fbbf59993

Tracey Emery 2021-06-25T20:43:34

we will never have a previous link on the summary page

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/gotweb/gotweb.c b/gotweb/gotweb.c
index 0f2ac28..67d7b13 100644
--- a/gotweb/gotweb.c
+++ b/gotweb/gotweb.c
@@ -3594,8 +3594,7 @@ gw_get_commits(struct gw_trans * gw_trans, struct gw_header *header,
 	}
 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) {