author | Junio C Hamano <gitster@pobox.com> | |
Sun, 25 Nov 2007 18:34:27 +0000 (10:34 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 25 Nov 2007 18:38:22 +0000 (10:38 -0800) | ||
commit | f0c4881facabc0aa76f4b51871bd70c45effb508 | |
tree | 7f93fbf508f56f717d55be612e9b460e0c124206 | tree | snapshot |
parent | 788ea12d43605945cbfe74b4dadda8f75c23a411 | commit | diff |
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>
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 | diff | blob | history |