From: Junio C Hamano Date: Wed, 31 Aug 2005 23:54:39 +0000 (-0700) Subject: Fixed some initial repository gotchas. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=11ddf5d6c5705f5d1696aa34f73956029a75403d;p=git.git Fixed some initial repository gotchas. Signed-off-by: Junio C Hamano --- diff --git a/TODO b/TODO index 8fb166c6..8e0f0731 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