On Wed, Mar 20, 2013 at 04:29:40PM -0400, Eric Sunshine wrote:
On Wed, Mar 20, 2013 at 1:43 PM, Jeff King [off-list ref] wrote:
quoted
Some test scripts use the GIT_TRACE mechanism to dump
debugging information to descriptor 3 (and point it to a
file using the shell). On Windows, however, bash is unable
to set up descriptor 3. We do not write our trace to the
file, and worse, we may interfere with other operations
happening on descriptor 3, causing tests to fail or other
even behave inconsistently.
s/other even/even/
Urgh, I should probably add another proofreading pass to my commit
messages. Thanks.
-Peff