Fixed some initial repository gotchas.

Signed-off-by: Junio C Hamano <junkio@cox.net>
todo
Junio C Hamano 2005-08-31 16:54:39 -07:00
parent 2206927d1c
commit 11ddf5d6c5
1 changed files with 12 additions and 0 deletions

12
TODO
View File

@ -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