commit b13a4ebcea7c7ed18b52d65e78ea2b78cc8bcd40 from: Klemens Nanni date: Wed Oct 06 06:25:16 2021 UTC Document command aliases in tmux(1) style, add tags for navigation Complete 95f394e8917def2c11ce292b3a8f804d261b1d12; reminder to look at gotadmin(1) from stsp, thanks. commit - 41f061b2f459318f3738f59d7676efccc4beb344 commit + b13a4ebcea7c7ed18b52d65e78ea2b78cc8bcd40 blob - 55073892c008a0924a723fa71265758d5fa587a2 blob + f3e1f8063996500f376e33c15faebee778e48088 --- gotadmin/gotadmin.1 +++ gotadmin/gotadmin.1 @@ -117,7 +117,9 @@ Exclusion takes precedence over inclusion. If a reference appears in both the included and excluded lists, it will be excluded. .El +.Tg ix .It Cm indexpack Ar packfile-path +.Dl (alias: Cm ix ) Create a pack index for the pack file at .Ar packfile-path . .Pp @@ -142,11 +144,9 @@ directory of the repository and should end in The filename of the corresponding pack index is equivalent, except that it ends in .Pa .idx . -.Pp -.It Cm ix -Short alias for -.Cm indexpack . +.Tg ls .It Cm listpack Oo Fl h Oc Oo Fl s Oc Ar packfile-path +.Dl (alias: Cm ls ) List the contents of the pack file at .Ar packfile-path . .Pp @@ -178,10 +178,9 @@ Display statistics about the pack file after listing o This includes the total number of objects stored in the pack file and a break-down of the number of objects per object type. .El -.It Cm ls -Short alias for -.Cm listpack . +.Tg cl .It Cm cleanup Oo Fl a Oc Oo Fl p Oc Oo Fl n Oc Oo Fl r Ar repository-path Oc Oo Fl q Oc +.Dl (alias: Cm cl ) Purge unreferenced loose objects from the repository and display the amount of disk space which has been freed as a result. .Pp @@ -278,9 +277,6 @@ working directory. .It Fl q Suppress progress reporting and disk space summary output. .El -.It Cm cl -Short alias for -.Cm cleanup . .El .Sh EXIT STATUS .Ex -std gotadmin