git-checkout: describe detached head correctly
commitf0c4881facabc0aa76f4b51871bd70c45effb508
authorJunio C Hamano <gitster@pobox.com>
Sun, 25 Nov 2007 18:34:27 +0000 (25 10:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 25 Nov 2007 18:38:22 +0000 (25 10:38 -0800)
tree7f93fbf508f56f717d55be612e9b460e0c124206
parent788ea12d43605945cbfe74b4dadda8f75c23a411
git-checkout: describe detached head correctly

When you have a file called HEAD in the work tree, the code to report
where the HEAD is at when "git checkout $commit^0" is done triggered
unnecessary ambiguity checking.

Explicitly mark the command line with "--" and make it clear that we are
talking about a revision.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-checkout.sh