Commit Briefs

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


Stefan Sperling

introduce got_object_id_queue_copy()

This will be required by a future 'gotadmin pack' command.


Stefan Sperling

add a user data pointer to struct got_object_qid

This will be required by a future 'gotadmin pack' command.








Stefan Sperling

detect and ignore Git submodules





Stefan Sperling

initial 'got cat' implementation



Stefan Sperling

strip Git GPG signatures from log messages


Stefan Sperling

add support for tag objects to 'got diff'



Stefan Sperling

implement search for 'tog blame'


Stefan Sperling

add initial implementation of 'got revert'


Stefan Sperling

whitespace formatting fixes in include/


Stefan Sperling

check for errors from fclose()



Stefan Sperling

remove obsolete statements from API docs