git-checkout.txt: fix incorrect statement about HEAD and index
commitce8936c342a15a08029c71fdc92e283e3624bc18
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Mon, 6 Apr 2009 20:45:21 +0000 (6 22:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2009 04:56:41 +0000 (7 21:56 -0700)
tree854ff3b20c3248c30d86a0d1dfa0c3f057ecec6c
parent4f6a32f8af9cceaf0c8ccf6d00d2f100dab5a6db
git-checkout.txt: fix incorrect statement about HEAD and index

The command "git checkout" checks out from the index by default, not
HEAD (the introducing comment were correct, but the detailled
explanation added below were not).

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-checkout.txt