that was kind of annoyingly non-illuminating

This commit is contained in:
Jean-Paul Calderone 2020-08-07 22:19:38 -04:00
parent a758b84e15
commit 9af1e741d8
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -41,7 +41,7 @@ export GIT_TRACE_PACK_ACCESS=1
export GIT_TRACE_PACKET=1
export GIT_TRACE_PERFORMANCE=1
export GIT_TRACE_SETUP=1
strace git diff -- "${tracking_filename}"
strace -f git diff -- "${tracking_filename}"
echo "================================="
echo "Exiting with code ${code} from ratchet.py."