summaryrefslogtreecommitdiff
path: root/t/t2014-switch.sh
Commit message (Collapse)AuthorAgeFilesLines
* Revert "checkout branch: prime cache-tree fully"Junio C Hamano2009-05-121-0/+28
The logic in 83ae209 (checkout branch: prime cache-tree fully, 2009-04-20) is bogus; checkout can switch branches with a dirty index and in such a case the tree won't match HEAD. Add t2014-switch to catch this breakage. Signed-off-by: Junio C Hamano <gitster@pobox.com>