On Sat, Sep 25, 2010 at 16:50, Elijah Newren <newren@xxxxxxxxx> wrote: > On Fri, Sep 24, 2010 at 5:18 PM, Ãvar ArnfjÃrà Bjarmason > <avarab@xxxxxxxxx> wrote: >> On Fri, Sep 24, 2010 at 22:22, Elijah Newren <newren@xxxxxxxxx> wrote: >>>    Â( >>> -        unset GIT_CONFIG GIT_WORK_TREE GIT_CONFIG >>> +        unset GIT_CONFIG GIT_WORK_TREE GIT_CONFIG && >> >> These are all bad, see c289c315c2bfcd5fde99f9e4dbb109f89e29dfce for >> why. If it's possible maybe we should have a new: >> >>  Âtest_returns_whatever unset FOO && >> >> To make this more self-documenting > > Isn't that what test_might_fail does (even if documented as being only > for git commands)? Yeah, maybe that should be used. But it might also be better to have a different one for OS commands so they can be easily grep-ed for. I.e.: easily_greppable_string unset FOO && Instead of: unset FOO; -- 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