commit 5e8d5945001c6818115af2f3b6691e0afacb9d00 from: Stefan Sperling via: Thomas Adam date: Fri Jan 24 22:02:34 2025 UTC remove a todo item that's done (gotadmin cleanup) commit - 223f4ba8a53034e099a1596ecc1d8430ea61e8a4 commit + 5e8d5945001c6818115af2f3b6691e0afacb9d00 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?