Download raw body.
regress: (cd && git) -> git -C ?
There are a few hundred instances of "(cd path && git cmd)" in the regression suite. Would it make sense to replace those with "git -C path cmd"? Needless churn? (The -C option was introduced in git 1.8.5, almost ten years ago.) -- Christian "naddy" Weisgerber naddy@mips.inka.de
regress: (cd && git) -> git -C ?