demonstrate breakage of detached checkout with symbolic link HEAD
commitf5637549a7eb93883839de01399418e10bf81768
authorJunio C Hamano <gitster@pobox.com>
Fri, 17 Oct 2008 22:56:11 +0000 (17 15:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Oct 2008 19:35:04 +0000 (19 12:35 -0700)
tree76e07fe941f518e5c7e790b95d2d2214d6ad5029
parent51a94af845cb3f797abd638478834721d7295af7
demonstrate breakage of detached checkout with symbolic link HEAD

When core.prefersymlinkrefs is in use, detaching the HEAD by
checkout incorrectly clobbers the tip of the current branch.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7201-co.sh