is the pager screwing up?

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

View File

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