diff options
author | Kaartic Sivaraam <kaartic.sivaraam@gmail.com> | 2017-11-27 22:58:33 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-28 11:33:12 +0900 |
commit | 75ce14957507bc310ad118df08c4a85fd9cedc0d (patch) | |
tree | f0137d3aad019a1764b7134d6b4c9170f55dce40 /tree-walk.c | |
parent | Git 2.12.5 (diff) | |
download | tgif-75ce14957507bc310ad118df08c4a85fd9cedc0d.tar.xz |
Doc/checkout: checking out using @{-N} can lead to detached state
@{-N} is a syntax for the N-th last "checkout" and not the N-th
last "branch". Therefore, in some cases using `git checkout @{-$N}`
DOES lead to a "detached HEAD" state. This can also be ensured by
the commit message of 75d6e552a (Documentation: @{-N} can refer to
a commit, 2014-01-19) which clearly specifies how @{-N} can be used
to refer not only to a branch but also to a commit.
Correct the misleading sentence which states that @{-N} doesn't
detach HEAD.
Signed-off-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'tree-walk.c')
0 files changed, 0 insertions, 0 deletions