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