commit 35740e3fca503f1984e047a253671dfd965625a6 from: Stefan Sperling via: Thomas Adam date: Sun Jan 05 09:15:09 2025 UTC add a TODO item for 'gotadmin cleanup' commit - fdbddcd4b0e0c3e6e2bb1549f1b0aa5792bd34d9 commit + 35740e3fca503f1984e047a253671dfd965625a6 blob - 67ff62a8022c55f8719f7382ba25c887dd51805f blob + ab9962fc0d1bae4fbf432349e4be9ece08fc3bea --- TODO +++ TODO @@ -89,3 +89,6 @@ gotadmin: - 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?