Fixed some initial repository gotchas.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Junio C Hamano committed
Aug 31, 2005 at 16:54 UTC
11ddf5d6c5705f5d1696aa34f73956029a75403d
1 file changed
+12
TODO
+12
index 8fb166c6eb..8e0f073120 100644
--- 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].
+
Local Variables:
mode: text