Jeff King wrote: > --- a/t/test-lib.sh > +++ b/t/test-lib.sh > @@ -738,6 +738,12 @@ test_lazy_prereq UTF8_NFD_TO_NFC ' > esac > ' > > +test_lazy_prereq AUTOIDENT ' > + sane_unset GIT_AUTHOR_NAME && > + sane_unset GIT_AUTHOR_EMAIL && > + git var GIT_AUTHOR_IDENT > +' Lazy prereq scripts run in a subshell, so this should be safe. Ack. Thanks, Jonathan -- 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