commit 0bae7db616fd846dd88b3fd9c027556c1a4cf19b from: Stefan Sperling date: Fri Jan 03 15:37:20 2025 UTC add a TODO item for 'gotadmin cleanup' commit - 54859d1a7e279d839079f93620935e56eeaf33db commit + 0bae7db616fd846dd88b3fd9c027556c1a4cf19b 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?