Matthias Lederhofer [off-list ref] writes:
Ok, this patch should fix this. Instead of "echo abort" another more
meaningful message could be used.
"git-rev-list died with exit code $?" perhaps.
I checked the other scripts which
redirect stderr and they should be fine. In the tests I found
t/t1200-tutorial.sh:38
t/t1300-repo-config.sh:276
t/t5500-fetch-pack.sh:66
redirecting stderr, which probably fail which GIT_TRACE.
Probably t/test-lib.sh should unset GIT_TRACE then like it does
for other environment variables.