Commit 31496f13a558dfe34ca630ebd206699be2238ab6

Stefan Sperling 2019-02-05T17:02:50

remove vague guesses from a TODO item

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/TODO b/TODO
index c663886..0fc1d2b 100644
--- a/TODO
+++ b/TODO
@@ -2,8 +2,7 @@ lib:
 - 'got tree' does not work in a subdirectory of a work tree
 - 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
+- 'got log' in a work tree does not work
 - implement 'got status' to detect modified files in work tree
 - make 'got update' perform a 3-way merge for modified files