On Mon, Jan 26, 2009 at 01:05:37PM -0800, Junio C Hamano wrote: > > +test_expect_success 'rebase -i --root with conflict (first part)' ' > > + git checkout -b conflict2 other && > > + GIT_EDITOR=: test_must_fail git rebase -i --root --onto master && > > + git ls-files -u | grep "B$" > > +' > > Maybe I am misrecalling things but didn't we have reports from people on > some platforms that single-shot exporting of the environment like this one > does not work for them? I don't think you are misrecalling. The problem is with one-shot variables and functional calls. See 09b78bc1. -Peff -- 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