Johannes Sixt [off-list ref] writes:
Junio C Hamano schrieb:
quoted
check_path(): allow symlinked directories to checkout-index --prefix
quoted
+test_expect_success 'checkout-index -f twice with --prefix' '
Please add SYMLINKS prerequisite before you publish this test case.
quoted
+ 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 ;-)