Fixed some initial repository gotchas.
authorJunio C Hamano <junkio@cox.net>
Wed, 31 Aug 2005 23:54:39 +0000 (16:54 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 31 Aug 2005 23:54:39 +0000 (16:54 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
TODO

diff --git a/TODO b/TODO
index 8fb166c..8e0f073 100644 (file)
--- a/TODO
+++ b/TODO
@@ -165,6 +165,18 @@ Technical (trivial)
     diff-tree
     rev-list
 
+
+Initial repository Gotchas
+--------------------------
+
+* `git fetch foo:bar` works OK, but `git checkout bar`
+  afterwards does not (missing `.git/HEAD`)
+  
+* `git status` does not work well when missing `.git/HEAD` [DONE].
+
+* `git log` either; git-log-script uses die which does not exist
+  [DONE].
+
 \f
 Local Variables:
 mode: text