Commit Briefs


27b10c3cfd Thomas Adam

move 'got init' command to 'gotadmin init'

This functionality is better suited for gotadmin because it is technically a server-side repository operation when we consider the 'got' tool as the client-side tool. I have plans to move 'got import' into gotadmin as well. ok op@


c8fc6d14c6 Thomas Adam

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




1ea7ccc6f3 Thomas Adam

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


d912d1250c Thomas Adam

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!


1fe43c0707 Thomas Adam

Fix "mandoc -T lint -W style" nits


5b5b660da6 Thomas Adam

Document command aliases in tmux(1) style, add tags for navigation

Complete 95f394e8917def2c11ce292b3a8f804d261b1d12; reminder to look at gotadmin(1) from stsp, thanks.



1124fe406f Stefan Sperling

handle pack index files which lack a corresponding pack file

ok millert




d4445ca538 Stefan Sperling

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

spotted by naddy


b3d68e7f99 Stefan Sperling

implement 'gotadmin cleanup'



05118f5ae5 Stefan Sperling

implement gotadmin pack, indexpack, and listpack commands


20662ea0d1 Stefan Sperling

introduce 'gotadmin info'