Johannes Sixt <j.sixt@xxxxxxxxxxxxx> writes: > Junio C Hamano schrieb: >> check_path(): allow symlinked directories to checkout-index --prefix > >> +test_expect_success 'checkout-index -f twice with --prefix' ' > > Please add SYMLINKS prerequisite before you publish this test case. > >> + mkdir -p tar/get && >> + ln -s tar/get there && >> + echo first && >> + git checkout-index -a -f --prefix=there/ && >> + echo second && >> + git checkout-index -a -f --prefix=there/ >> +' Heh, I am not sure if the fix is the best approach to begin with yet ;-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html