Commits


add a -q (quiet) option to 'gotadmin pack'


subordinate clauses preceding the main clause are offset by a comma


document that 'gotadmin listpack' requires a pack index


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


Fix mandoc HTML rendering for command aliases Replace hand-rolled parentheses with the proper mdoc(7) macro, otherwise the closing ")" ends up inside the command description. Reported by Josh Rickmar, thanks!


Fix "mandoc -T lint -W style" nits


Document command aliases in tmux(1) style, add tags for navigation Complete 95f394e8917def2c11ce292b3a8f804d261b1d12; reminder to look at gotadmin(1) from stsp, thanks.


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'


document an issue with disk space savings reported by 'gotadmin cleanup'


fix copy-paste error in 'gotadmin cleanup' man page section spotted by naddy


implement 'gotadmin cleanup'


move todo items from got.1 caveats to gotadmin.1 as appropriate


implement gotadmin pack, indexpack, and listpack commands