commit | b6986d8a75812a003a1623e0f0dff93c4a026b44 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 29 20:22:25 2009 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jul 29 20:24:28 2009 -0700 |
tree | 310d937efb0c261707bd5577f696270c9b1d068f | |
parent | 77716755cbdf970fa0814a5f77c884b1f17693de [diff] |
git-checkout: be careful about untracked symlinks This fixes the case where an untracked symlink that points at a directory with tracked paths confuses the checkout logic, demostrated in t6035. Signed-off-by: Junio C Hamano <gitster@pobox.com>