Commits


regress: use bs=1M for dd, not bs=1m; fixes -portable test failure on ubuntu GNU dd only accepts upper-case letters for the size units.


delta_cache.c needs to include <stdint.h>; unbreaks -portable build on ubuntu


add signer_id option to got.conf(5) Setting this option will cause 'got tag' to sign all created tags using the SSH key, unless overridden by the -s flag. ok stsp@


portable: regress: rework date command for Ubuntu Don't rely on '-r' for date as it's not consistent across linuxses. Instead, expand the variables required and use '-d'. OK thomas@


portable: regress: fix fetch compilation Add missing files for testing fetch.


portable: maintscripts: reverse cherrypicks When cherry-picking commits from main, do so in reverse order so they match more linearly with main.


mention Austin Appleby's public domain code for completeness


mention additional copyright holders in got(1)


add two more authors how I missed during my sweep of commit history


Xr gotweb(8) from got(1)


typo


long overdue update of AUTHORS lists in man pages; based on commit history


add missing revoked_signers grammar to got.conf(5) ok stsp@


move 'got init' command to 'gotadmin init' This functionality is better suited for gotadmin because it is technically a server-side repository operation when we consider the 'got' tool as the client-side tool. I have plans to move 'got import' into gotadmin as well. ok op@


regress test SSH key revocations ok stsp@


portable: maintscript: add header detection Add detection for headers which are included portably, and remove them.


fix potential type mismatch between format specifier and argument Cast printf argument of type time_t to long long to match the %lld format specifier on platforms where this might not be the case.


portable: add maintscripts This introduces an area for helper scripts when dealing with -portable syncing from upstream, releases, etc. See the README.md file for further information.


portable: mention FreeBSD capsicum support


portable: set next version


portable: release 0.73


portable: remove sys/queue.h This is included portably.


document TOG_VIEW_SPLIT_MODE


CHANGES for 0.73


bump version number