Commit Briefs

f8a36e2210 Stefan Sperling

add 'got send' command for sending changes to remote repositories

Known to work against git-daemon and github Git server implementations. Tests by abieber, naddy, jrick, and myself. Man page additions reviewed by Lucas.





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


08736cf969 Stefan Sperling

fix imsg header includes in pack_create.c


05118f5ae5 Stefan Sperling

implement gotadmin pack, indexpack, and listpack commands