git-checkout: rewording comments regarding detached HEAD.
commit73c838e4c9437a0c41082c32a3a832aa385460a9
authorJunio C Hamano <junkio@cox.net>
Mon, 8 Jan 2007 10:08:47 +0000 (8 02:08 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 8 Jan 2007 11:02:11 +0000 (8 03:02 -0800)
tree6fc36e178f41596ad8131fbd562a0ed445aa8ef9
parent648861040f2c5fd001a5edcfbb05813505bbb8f1
git-checkout: rewording comments regarding detached HEAD.

We used to say "you are not on a branch" before the initial
commit.  This is incorrect -- the user is on a branch yet to be
born, but its name has been already determined.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-checkout.sh