Commit 8f484ce91c08bb03ca2d1e93f0d268c3efe748e1

Stefan Sperling 2020-02-13T10:12:43

list all branch heads on gotweb summary page, not just the first one

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/gotweb/gotweb.c b/gotweb/gotweb.c
index 8e77989..09a88f6 100644
--- a/gotweb/gotweb.c
+++ b/gotweb/gotweb.c
@@ -4108,7 +4108,6 @@ gw_output_repo_heads(struct gw_trans *gw_trans)
 		kerr = khtml_closeelem(gw_trans->gw_html_req, 2);
 		if (kerr != KCGI_OK)
 			goto done;
-		break;
 		free(href_summary);
 		href_summary = NULL;
 		free(href_briefs);