From 35740e3fca503f1984e047a253671dfd965625a6 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Fri, 3 Jan 2025 15:37:20 +0000 Subject: [PATCH] add a TODO item for 'gotadmin cleanup' --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 67ff62a8..ab9962fc 100644 --- a/TODO +++ b/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? -- 2.11.4.GIT