Added remote.name.annex-web-options configuration setting, which can be used to provide parameters to whichever of wget or curl git-annex uses (depends on which is available, but most of their important options suitable for use here are the same).
This commit is contained in:
parent
50ebfd265f
commit
aa0882691b
7 changed files with 36 additions and 13 deletions
|
@ -603,6 +603,12 @@ Here are all the supported configuration settings.
|
|||
to or from this remote. For example, to force ipv6, and limit
|
||||
the bandwidth to 100Kbyte/s, set it to "-6 --bwlimit 100"
|
||||
|
||||
* `remote.<name>.annex-web-options`
|
||||
|
||||
Options to use when using wget or curl to download a file from the web.
|
||||
(wget is always used in preference to curl if available).
|
||||
For example, to force ipv4 only, set it to "-4"
|
||||
|
||||
* `remote.<name>.annex-bup-split-options`
|
||||
|
||||
Options to pass to bup split when storing content in this remote.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue