Commit Briefs

Omar Polo

got-build-regress.sh: ron gotd regress suite too with -G

Needs doas to elevate privileges. ok stsp@


Omar Polo

gotwebd: use nitems() instead of ACTIONS__MAX

I feel safer by using the explicit size of the table rather than an hypothetical maximum value given by the enum. Mostly because in the past I edited a table and forgot to remove the corresponding enum value. ok stsp@





Omar Polo

gotwebd: add foldable commit briefs

with input/ok from jamsek, tracey and Kyle Ackerman, thanks!



Stefan Sperling

bump version number


Stefan Sperling

CHANGES for 0.95 (tags/0.95)


Mark Jamsek

plug memleak of the ignore list in 'got status'

Found/reported and patch by Kyle Ackerman. ok op@


Omar Polo

gotwebd: use 'more' for the tag listing too

prodded by stsp and jamsek; ok stsp@




Omar Polo

gotwebd: render less tags in the summary page

suggested / ok stsp


Stefan Sperling

plug a memleak in previous; from op@


Stefan Sperling

show tree and README at the bottom of the summary page

ok op@


Omar Polo

gotwebd: swap the tags and branch listing in the index page

discussed / ok stsp@


Stefan Sperling

repair the "chroot" option in /etc/gotwebd.conf

This option was being ignored since the proc.c refactoring. Problem noticed by mlarkin@ ok op@ mlarkin@


Omar Polo

gotwebd: render READMEs in the tree view

ok tracey@


Omar Polo

template: provide tp_write_htmlescape()

it's like tp_htmlescape() but takes a size instead of a NUL-terminated string. Part of a larger diff that's ok tracey@


Omar Polo

gotwebd: tweak hr styling in the dark mode

Kyle Ackerman agrees


Stefan Sperling

make diff color-highlighting in gotwebd's dark-mode more accessible

A red/green color scheme is bad for people with red/green colorblindness. Use similar colors as used by 'tog diff' to avoid this issue. Patch by Kyle Ackerman ok op@


Mark Jamsek

plug pathlist leak in 'got status' code path

Patch by Kyle Ackerman.



Omar Polo

gotwebd: use breadcumbs in more actions

Breadcumbs are useful not only in the TREE and BLOB action, but also in COMMITS/BRIEFS and BLOB. prodded by stsp@