commit 518bbd3ad2c805e8968efc0d11c36340d1bf1c61 from: Stefan Sperling date: Tue Jan 21 17:04:31 2025 UTC remove a todo item that's done (gotadmin cleanup) commit - 72fd8fc46dbf82d2aef3596866e49047d68e761b commit + 518bbd3ad2c805e8968efc0d11c36340d1bf1c61 blob - ab9962fc0d1bae4fbf432349e4be9ece08fc3bea blob + 67ff62a8022c55f8719f7382ba25c887dd51805f --- TODO +++ TODO @@ -89,6 +89,3 @@ 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?