Signed-off-by: Junio C Hamano <junkio@cox.net>
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