Re: [PATCH 4/4] commit: remove commit.ignoreIntentToAdd, assume it's always true

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

 



Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> writes:

> diff --git a/t/t2203-add-intent.sh b/t/t2203-add-intent.sh
> index 09b8bbf..7c7ab54 100755
> --- a/t/t2203-add-intent.sh
> +++ b/t/t2203-add-intent.sh
> @@ -50,7 +50,7 @@ test_expect_success 'can commit tree with i-t-a entry' '
>  	echo frotz >nitfol &&
>  	git add rezrov &&
>  	git add -N nitfol &&
> -	git config commit.ignoreIntentToAdd true &&
> +	git config commit.ignoreIntentToAdd false &&

This deserves a comment to the effect that the variable is now *ignored*.

>  	git commit -m initial &&
>  	git ls-tree -r HEAD >actual &&
>  	cat >expected <<EOF &&
--
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]