try to get more info

This commit is contained in:
Jean-Paul Calderone 2020-08-07 15:13:33 -04:00
parent 5736f9cdeb
commit 1f3d246567
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

View File

@ -35,6 +35,12 @@ fi
echo "The ${tracking_filename} diff is:"
echo "================================="
export GIT_TRACE=1
export GIT_CURL_VERBOSE=2
export GIT_TRACE_PACK_ACCESS=1
export GIT_TRACE_PACKET=1
export GIT_TRACE_PERFORMANCE=1
export GIT_TRACE_SETUP=1
git diff -- "${tracking_filename}"
echo "================================="