diff --git a/misc/python3/ratchet.sh b/misc/python3/ratchet.sh index e38999dd2..da3c88e51 100755 --- a/misc/python3/ratchet.sh +++ b/misc/python3/ratchet.sh @@ -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 "================================="