commit 544364accd735db0ac059052ebf36f872cd54fd4 from: Stefan Sperling via: Thomas Adam date: Fri Dec 08 12:30:59 2023 UTC show tree and README at the bottom of the summary page ok op@ commit - 3b8c462a71ed489dcf9b01f0c1f4c09d5e3bb7c1 commit + 544364accd735db0ac059052ebf36f872cd54fd4 blob - d740cbf2d92e9c8ad155cc7776127ddb866f21f1 blob + 6f20526645f2b838b2b7867f38642f699495497f --- gotwebd/pages.tmpl +++ gotwebd/pages.tmpl @@ -1084,10 +1084,16 @@ nextsep(char *s, char **t) {{ define gotweb_render_summary(struct template *tp) }} {! + const struct got_error *error; struct request *c = tp->tp_arg; struct server *srv = c->srv; struct transport *t = c->t; struct got_reflist_head *refs = &t->refs; + struct gotweb_url url; + char *readme = NULL; + int binary; + const uint8_t *buf; + size_t len; !}