Commits


make 'gotadmin indexpack' unveil the repository read/write, not read-only


add missing calls to got_repo_close() in gotadmin.c


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


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'