commit - fdbddcd4b0e0c3e6e2bb1549f1b0aa5792bd34d9
commit + 35740e3fca503f1984e047a253671dfd965625a6
blob - 67ff62a8022c55f8719f7382ba25c887dd51805f
blob + ab9962fc0d1bae4fbf432349e4be9ece08fc3bea
--- TODO
+++ TODO
- speed up 'gotadmin pack -a' is too slow on repositories with many pack files
- support "thin" bundles; git will hardcode --thin when using an
exclude base.
+- fix 'gotadmin cleanup' to work on partially packed repositories; the current
+ logic only works if 'gotadmin pack -a' was run before. Perhaps integrate the
+ creation of packs into 'gotadmin cleanup' itself, like git gc does it?