commit e8a076e3d86b669bf1f4ee92d5538b734d9b48df from: Stefan Sperling date: Tue Mar 26 09:52:03 2019 UTC add TODO items for 'got add' and 'got rm' commit - 031a5338903e1e2bbb80b6f1e17d58a5a6374271 commit + e8a076e3d86b669bf1f4ee92d5538b734d9b48df blob - a90f9aba71e8b8c30ce2bf6562bfaf8fe475bdbb blob + 0b1f82059d1dc8fa89c9a6bc6c8b355d6cfe48f6 --- TODO +++ TODO @@ -1,6 +1,10 @@ lib: - handle checkout of trees which contain submodules by identifying and ignoring such tree entries; requires a .ini config parser (from isakmpd?) +- allow adding multiple paths at once for 'got add' +- allow removing multiple paths at once for 'got rm' +- recursive addition: got add -R +- recursive removal: got rm -R tog: - allow loading new commits in 'tog log' after startup (e.g. via Ctrl-L, 'r')