author | Linus Torvalds <torvalds@linux-foundation.org> | |
Thu, 30 Jul 2009 03:22:25 +0000 (20:22 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 30 Jul 2009 03:24:28 +0000 (20:24 -0700) | ||
commit | b6986d8a75812a003a1623e0f0dff93c4a026b44 | |
tree | 310d937efb0c261707bd5577f696270c9b1d068f | tree | snapshot |
parent | 77716755cbdf970fa0814a5f77c884b1f17693de | commit | 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>
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>
cache.h | diff | blob | history | |
entry.c | diff | blob | history | |
t/t6035-merge-dir-to-symlink.sh | diff | blob | history |