Commit Briefs

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 (tags/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.


02828bfdd5 Stefan Sperling

expose got_packidx_get_object_offset() for library-internal use

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


40e3cb7295 Stefan Sperling

fix raw object size sent by got-read-pack


1c4cdd8929 Stefan Sperling

fix bogus 'permission denied' error when a file at work tree root is removed

ok naddy



cc2a8ef4d1 Tracey Emery

fix a leaky ibuf. ok stsp