Improve display when git config download from a http remote fails.

The error message displayed used to only come from curl/wget and perhaps
was clearer than the one displayed now that http-client is used. In any
case, it does make sense to hide it because git-annex prints its own
warning message.

This commit was sponsored by Jake Vosloo on Patreon.
This commit is contained in:
Joey Hess 2018-10-03 12:31:09 -04:00
parent 9aeffde4cb
commit 303d10cee6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 39 additions and 27 deletions

View file

@ -37,3 +37,5 @@ IMHO that "download failed: " message output should be provided only in `--debug
[[!meta author=yoh]]
ref: [https://github.com/datalad/datalad/pull/2881#issue-218977359](https://github.com/datalad/datalad/pull/2881#issue-218977359)
> [[done]] --[[Joey]]