Commit Briefs

5d86f6aeec Thomas Adam

portable: release 0.95 (tags/0.95)


1154d0c0f4 Thomas Adam

gotwebd: add foldable commit briefs

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



57e64699cd Thomas Adam

bump version number


3f6a7302ab Thomas Adam

CHANGES for 0.95


5f42e012bf Thomas Adam

plug memleak of the ignore list in 'got status'

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


978394e7c1 Thomas Adam

gotwebd: use 'more' for the tag listing too

prodded by stsp and jamsek; ok stsp@


6e7d5e742f Thomas Adam

gotwebd: dedup the bulk of the tree listing code


b58a46769e Thomas Adam

gotwebd: tweak site_owner_wrapper style for dark mode


c328bece03 Thomas Adam

gotwebd: render less tags in the summary page

suggested / ok stsp


590726f8f4 Thomas Adam

plug a memleak in previous; from op@


544364accd Thomas Adam

show tree and README at the bottom of the summary page

ok op@


3b8c462a71 Thomas Adam

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

discussed / ok stsp@


960618864e Thomas Adam

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@


34875d49d7 Thomas Adam

gotwebd: render READMEs in the tree view

ok tracey@


e6c0de4de8 Thomas Adam

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@


50d24d4598 Thomas Adam

gotwebd: tweak hr styling in the dark mode

Kyle Ackerman agrees


25c61626c4 Thomas Adam

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@


b2dcbbc7f5 Thomas Adam

plug pathlist leak in 'got status' code path

Patch by Kyle Ackerman.



df7661fbe8 Thomas Adam

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@




0af390fca5 Thomas Adam

remove gotwebd todo entries that are done


184e6e6f6b Thomas Adam

gotwebd: add actions in the diff view too