commit 8f484ce91c08bb03ca2d1e93f0d268c3efe748e1 from: Stefan Sperling date: Thu Feb 13 10:12:43 2020 UTC list all branch heads on gotweb summary page, not just the first one commit - 4619e1f27d033f60048feafe2ed45e81271931ef commit + 8f484ce91c08bb03ca2d1e93f0d268c3efe748e1 blob - 8e779895f04d77918cf216dd1a834a21a830eaf9 blob + 09a88f6cfffb1bc718662c13a8dcfe8b005c8232 --- gotweb/gotweb.c +++ 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);