Commits


let gotadmin find the repository automatically if invoked in a work tree Move a small amount of code from worktree.c to a new file worktree_open.c, which contains everything required to open and close a work tree and inspect some of its basic parameters. This can be used by gotadmin. ok tracey


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'