Re: "make quick-install-man" broke recently

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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/
> +'

Thanks,
-- Hannes
--
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]