Commit Briefs





Stefan Sperling

fix copy-paste error in 'gotadmin cleanup' man page section

spotted by naddy



Stefan Sperling

implement 'gotadmin cleanup'








Stefan Sperling

fix a bug where files skipped by 'got update' could not be updated again

ok semarie@




Tracey Emery

fix missed commit found check


Tracey Emery

fix a glaring logic error in navigation for commits, briefs, and tags.

now, we get the proper commit id from the tailq.




Christian Weisgerber

switch from SIMPLEQ to equivalent STAILQ macros

The singly-linked tail queue macros were added to OpenBSD 6.9 and are more widely available on other systems. ok stsp


Christian Weisgerber

explicitly include <endian.h> for be32toh()