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