Johannes Sixt [off-list ref] writes:
Am 3/20/2013 18:43, schrieb Jeff King:
quoted
Now that we are using the GIT_TRACE mechanism, we can
improve both scripts by asking git to write directly to a
file rather than a descriptor. That fixes the hang in t5700,
and should allow t5503 to successfully run on Windows.
Well spotted, and, right, both tests pass with this patch.
Tested-by: Johannes Sixt <redacted>
Thanks.