Download raw body.
gotwebd: rss feeds for repo tags
On 2022/12/19 13:32:59 -0700, Tracey Emery <tracey@traceyemery.net> wrote:
> On Mon, Dec 19, 2022 at 12:45:28PM +0100, Omar Polo wrote:
> > [...]
> > int
> > +gotweb_render_absolute_url(struct request *c, struct gotweb_url *url)
> > +{
> > + struct template *tp = c->tp;
> > + const char *proto = c->https ? "http" : "http";
>
> Missing an s here
wooops, thank you for spotting it!
(and shame on me for changing that line right before sending the diff...)
gotwebd: rss feeds for repo tags