Commits


match printf specifiers and (cast) types for portability ok stsp


portable: add FreeBSD support This adds the capability to compile got-portable on FreeBSD.


enable gotadmin Add gotadmin to configure.ac, etc., so it can be built and installed. OK thomas.adam


make 'gotadmin info' display separate send/fetch URLs if they differ


indentation fixes


provide separate send {} and fetch {} configuration blocks in got.conf Feature requested by naddy. ok naddy, who also suggested some tweaks that will arrive shortly


remove unused 'repo' argument from got_reflist_insert()


prevent a race where 'gotadmin cleanup' deletes concurrently created objects


handle pack index files which lack a corresponding pack file ok millert


add support for the preciousObjects Git extension to 'gotadmin cleanup'


implement 'gotadmin cleanup'


packing requires unveiling the repository read/write; found by semarie


implement gotadmin pack, indexpack, and listpack commands


introduce 'gotadmin info'