Commit 7c1607bc5237c2f1e75f1b877e0f9ae92efb3199

Stefan Sperling 2019-01-09T00:57:43

add another TODO item

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/TODO b/TODO
index 0ec3bf3..e21e427 100644
--- a/TODO
+++ b/TODO
@@ -4,6 +4,8 @@ lib:
   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?)
+- 'got log' in a work tree does not work because the current working directory
+   is unveiled instead of the repository path
 
 tog:
 - make diff view generate diffs in a background thread