Commit Briefs



a769b60bb7 Stefan Sperling

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

ok semarie@



178d3e7233 Tracey Emery

we will never have a previous link on the summary page


f75a37beb3 Tracey Emery

fix missed commit found check


5a91194068 Tracey Emery

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

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




dbdddfee14 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


c8d1f14f1e Christian Weisgerber

explicitly include <endian.h> for be32toh()


462c1b38af Stefan Sperling

got-build-regress.sh: add -R option to usage message



9c1dd3ecb5 Stefan Sperling

update defalt branch name in got-build-regress.sh


08736cf969 Stefan Sperling

fix imsg header includes in pack_create.c


0aced5870d Stefan Sperling

bump version number


611b464560 Stefan Sperling

changes for 0.53



e503f4d275 Stefan Sperling

sync dist file list




05118f5ae5 Stefan Sperling

implement gotadmin pack, indexpack, and listpack commands




c4330effad Stefan Sperling

expose got_pack_parse_ref_delta() for library-internal use

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