Stefan Beller <sbel...@google.com> writes: > +test_expect_success 'no advice given for explicit detached head state' ' > + git config advice.detachedHead false && > + git checkout child && > + git checkout --detach HEAD >expect && > + git config advice.detachedHead true &&
Is there a reason for not unsetting `advice.detachedHead` at the end of the test? Thanks, RĂ©mi -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html