Commit 378238485424df9326c721ce1613ea1f49ef5a72

Stefan Sperling 2019-08-24T21:10:43

remove submodule / config parser TODO item

1
2
3
4
5
6
7
8
9
10
11
diff --git a/TODO b/TODO
index 0a9ce6f..7ccee42 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,4 @@
 lib:
-- handle checkout of trees which contain submodules by identifying and
-  ignoring such tree entries; requires a .ini config parser (from isakmpd?)
 - 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?)