Commits


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


explicitly include <endian.h> for be32toh()


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


got-build-regress.sh: support running tests with a non-default test root dir


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


fix imsg header includes in pack_create.c


bump version number


changes for 0.53


in got.1, add -I to the synopsis line of the status command


sync dist file list


new -I option for 'got status' to show files which match an ignore pattern


packing requires unveiling the repository read/write; found by semarie


implement gotadmin pack, indexpack, and listpack commands


initial port of git9's pack file creation code to gameoftrees; thank you, Ori!


forward-declare struct got_packidx to make got_lib_pack.h self-contained