Commit Briefs

Omar Polo

fix buf_alloca error handling

Left-over from how OpenRCS/OpenCVS do error handling. OK stsp@


Stefan Sperling

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.



Josh Rickmar

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@





Stefan Sperling

Xr gotweb(8) from got(1)


Stefan Sperling

typo



Josh Rickmar

regress test SSH key revocations

ok stsp@


Stefan Sperling

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@


Josh Rickmar

add missing revoked_signers grammar to got.conf(5)

ok stsp@


Christian Weisgerber

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.


Stefan Sperling

bump version number


Stefan Sperling

CHANGES for 0.73 (tags/0.73)


Stefan Sperling

document TOG_VIEW_SPLIT_MODE



Stefan Sperling

sync distfile list






Stefan Sperling

add -v option to 'got tag' usage string