mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-11 20:11:47 +00:00
redirecting to a file seems to help
This commit is contained in:
@ -35,13 +35,9 @@ fi
|
|||||||
|
|
||||||
echo "The ${tracking_filename} diff is:"
|
echo "The ${tracking_filename} diff is:"
|
||||||
echo "================================="
|
echo "================================="
|
||||||
export GIT_TRACE=1
|
# "git diff" gets pretty confused in this execution context when trying to
|
||||||
export GIT_CURL_VERBOSE=2
|
# write to stdout. Somehow it fails with SIGTTOU.
|
||||||
export GIT_TRACE_PACK_ACCESS=1
|
git diff -- "${tracking_filename}" > tracking.diff
|
||||||
export GIT_TRACE_PACKET=1
|
|
||||||
export GIT_TRACE_PERFORMANCE=1
|
|
||||||
export GIT_TRACE_SETUP=1
|
|
||||||
strace -f git diff -- "${tracking_filename}" > tracking.diff
|
|
||||||
cat tracking.diff
|
cat tracking.diff
|
||||||
echo "================================="
|
echo "================================="
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user