Commit Briefs


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()





Stefan Sperling

fix imsg header includes in pack_create.c


Stefan Sperling

bump version number


Stefan Sperling

changes for 0.53 (tags/0.53)



Stefan Sperling

sync dist file list







Stefan Sperling

expose got_pack_parse_ref_delta() for library-internal use

This will be needed by a future 'gotadmin listpack' command.


Stefan Sperling

expose got_packidx_get_object_offset() for library-internal use

This will be needed by a future 'gotadmin listpack' command.