git-lfs/tq
brian m. carlson aba74c1fda
tq: enable transfer debugging when GIT_CURL_VERBOSE is set
When something goes wrong, many users will happily provide output using
GIT_TRACE and GIT_CURL_VERBOSE.  This is very useful for Git, but Git
LFS doesn't honor the latter (since we don't use libcurl).  Instead, we
require users to set GIT_TRANSFER_TRACE.  This makes for a prolonged and
more difficult debugging experience.

Despite the fact that we don't use libcurl, honor the GIT_CURL_VERBOSE
flag and act as if the user had set GIT_TRANSFER_TRACE instead.  This
honors the intent of what the user wanted (transfer-related debugging
information) and makes debugging easier for end users and maintainers
alike.
2018-10-24 20:56:52 +00:00
..
schemas tq,lfsapi/ssh: convert int64 to int 2017-04-05 14:46:45 -06:00
adapterbase.go tq: enable transfer debugging when GIT_CURL_VERBOSE is set 2018-10-24 20:56:52 +00:00
api_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
api.go lfsapi: add Access param to DoWithAuth() 2018-09-28 14:16:55 -07:00
basic_download.go tq: retry unauthorized requests 2018-09-28 14:16:55 -07:00
basic_upload.go tq: retry unauthorized requests 2018-09-28 14:16:55 -07:00
custom_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
custom.go tq: pass custom transfer adapter args to the shell 2018-09-14 23:52:38 +00:00
errors_test.go tq/errors: implement MalformedObjectError 2017-03-24 14:36:59 -06:00
errors.go tq/errors: implement MalformedObjectError 2017-03-24 14:36:59 -06:00
manifest_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
manifest.go lfsapi: introduce interface for initializing a Client 2017-10-25 15:33:20 -06:00
meter.go tq/meter: introduce tq.Direction.Verb 2018-06-08 15:47:52 -05:00
transfer_queue_test.go tq: add fs.Filesystem to tq.Manifest 2017-10-25 12:25:06 -06:00
transfer_queue.go lfsapi: rename Access.GetMode()->Mode() 2018-10-02 16:35:54 -07:00
transfer_test.go lfsapi: extract new lfshttp package 2018-09-11 14:51:29 -07:00
transfer.go tq/transfer.go: add Checkout direction 2018-06-08 15:47:52 -05:00
tus_upload.go progress,tools: move CopyCallback (and related) to 'tools' 2017-11-22 14:08:33 -08:00
verify_test.go tq: use correct access 2018-09-28 14:16:55 -07:00
verify.go lfsapi: Add DoWithAuthNoRetry() 2018-10-02 16:47:10 -07:00