commit d865e5fd7424e4b58151978bd767d82181785612 from: Stefan Sperling via: Thomas Adam date: Sun Dec 11 12:58:14 2022 UTC add some TODO items for gotadmin commit - 2bf2e6449433de88d44a3d41396b9364d618ab94 commit + d865e5fd7424e4b58151978bd767d82181785612 blob - b0df1e5406400ec12415b32728a2312680ade1a9 blob + 403c1ee3b772e4718f394ec652dd1f61c16c092a --- TODO +++ TODO @@ -45,3 +45,9 @@ gotd: - fork+exec needs to occur per session, not just once at startup - chroot is unnecessary on OpenBSD and requires root (for details: https://marc.gameoftrees.org/mail/1666525253.10787_0.html) + +gotadmin: +- add repack command which combines small pack files into a larger one +- teach 'gotadmin cleanup' to remove redundant pack files +- add support for generating git-fast-export streams from a repository +- add support for importing git-fast-export streams into a repository