Commit Briefs


ff5e1f0963 Thomas Adam

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@


8fe0cd3a6f Thomas Adam

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@


1d7053d6b0 Thomas Adam

portable: regress: fix fetch compilation

Add missing files for testing fetch.


a8fa2ba846 Thomas Adam

portable: maintscripts: reverse cherrypicks

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



de71b616b6 Thomas Adam

mention additional copyright holders in got(1)



b345cf8fd5 Thomas Adam

Xr gotweb(8) from got(1)


bee5044f5f Thomas Adam

typo



aef4f7aea3 Thomas Adam

add missing revoked_signers grammar to got.conf(5)

ok stsp@


27b10c3cfd Thomas Adam

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@


c0805ce576 Thomas Adam

regress test SSH key revocations

ok stsp@


c82e62cb18 Thomas Adam

portable: maintscript: add header detection

Add detection for headers which are included portably, and remove them.


9267f6d0af Thomas Adam

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.


3e9e6ccaa1 Thomas Adam

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.


e29b2b8ad5 Thomas Adam

portable: mention FreeBSD capsicum support


9930e719b3 Thomas Adam

portable: set next version


052997aeb0 Thomas Adam

portable: release 0.73 (tags/0.73)


ac669181b8 Thomas Adam

portable: remove sys/queue.h

This is included portably.


0b948cddf0 Thomas Adam

document TOG_VIEW_SPLIT_MODE


781ac616bb Thomas Adam

CHANGES for 0.73


6b5183071c Thomas Adam

bump version number


fe038c280b Thomas Adam

sync distfile list