commit - d52bac284bc87b2e54ff8afd22886a7260f68b26
commit + 5b5b660da681f777aa32148ee57a66306ea74ce9
blob - 55073892c008a0924a723fa71265758d5fa587a2
blob + f3e1f8063996500f376e33c15faebee778e48088
--- gotadmin/gotadmin.1
+++ gotadmin/gotadmin.1
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
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
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
.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