Commits


use time-based rate-limiting for gotadmin progress output Suggested by naddy some time ago. ok tracey


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


use a bloom filter to avoid pointless pack index searches


garbage-collect unused "dist" target from subdirectory Makefiles ok stsp


implement gotadmin pack, indexpack, and listpack commands


introduce 'gotadmin info'