Commit 5bff75ab35eeaa7bd63180a34f85e530c29ea274

Stefan Sperling 2019-01-08T20:50:50

add another TODO item

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/TODO b/TODO
index dd49c86..0ec3bf3 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,8 @@ lib:
 - convert file index to RB tree and provide a depth-first iteration API
 - use first-depth file index iteration when removing files during updates
   to fix empty directories left behind, and write a test for this problem
+- handle checkout of trees which contain submodules by identifying and
+  ignoring such tree entries; requires a .ini config parser (from isakmpd?)
 
 tog:
 - make diff view generate diffs in a background thread