TODO: move 'got' items to 'got' section where they belong
diff --git a/TODO b/TODO
index 40050b6..57205da 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,6 @@
lib:
- handle checkout of trees which contain submodules by identifying and
ignoring such tree entries; requires a .ini config parser (from isakmpd?)
-- allow adding directory paths with 'got add'
-- recursive addition: got add -R
-- recursive removal: got rm -R
-- recursive revert: got revert -R
- fix 'got log -l1 -c fb4d85023675bc7da402da96b2bb84fd12905dbf -p';
this command runs too slow in got-read-pack
(maybe let got-read-pack cache ref/offset delta objects in object_cache.c?)
@@ -17,6 +13,10 @@ lib:
got:
- 'histedit -c' prompts for log message even if there are no changes to commit
+- allow adding directory paths with 'got add'
+- recursive addition: got add -R
+- recursive removal: got rm -R
+- recursive revert: got revert -R
tog:
- implement horizonal scrolling in all views