commit 44ff20fcdbb666cac99b55f4da39f8db2d08078d from: Stefan Sperling date: Fri Dec 09 19:44:47 2022 UTC add some TODO items for gotadmin commit - b1a9f90ef84695ba812232cf18f1d358fc27c96e commit + 44ff20fcdbb666cac99b55f4da39f8db2d08078d 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