commit 1be82a44548cac5d1f7ca65b410ba48f4c05094a from: Stefan Sperling date: Fri Dec 08 09:31:40 2023 UTC show tree and README at the bottom of the summary page ok op@ commit - 89f6914cfb2489a403b5b126d58861ae83956d6d commit + 1be82a44548cac5d1f7ca65b410ba48f4c05094a blob - 6f10d4cdf8eb1b86650aa5bce14f797b3dd37759 blob + b4fc0da3456e925fd8adc8f5751157df4c7d31bd --- 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; !}