checkout.txt: document a common case that ignores ambiguation rules
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 7 Sep 2016 11:19:40 +0000 (18:19 +0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2016 15:44:41 +0000 (08:44 -0700)
commit19e5656345cb308ab689932d64af0858a3a92400
tree0d9af8d936b3604952b56f51c09af5780bd070ab
parent7f82b24e30e487019fcf6b0e86cf5c6f61a482bc
checkout.txt: document a common case that ignores ambiguation rules

Normally we err on the safe side: if something can be seen as both an
SHA1 and a pathspec, we stop and scream. In checkout, there is one
exception added in 859fdab (git-checkout: improve error messages, detect
ambiguities. - 2008-07-23), to allow the common case "git checkout
branch". Let's document this exception.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-checkout.txt