annex.web-options also works
This commit is contained in:
parent
ae99b64b53
commit
f0c4a1c770
2 changed files with 4 additions and 4 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,6 +1,6 @@
|
||||||
git-annex (3.20111232) UNRELEASED; urgency=low
|
git-annex (3.20111232) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Added remote.name.annex-web-options configuration setting, which can be
|
* Added annex-web-options configuration settings, which can be
|
||||||
used to provide parameters to whichever of wget or curl git-annex uses
|
used to provide parameters to whichever of wget or curl git-annex uses
|
||||||
(depends on which is available, but most of their important options
|
(depends on which is available, but most of their important options
|
||||||
suitable for use here are the same).
|
suitable for use here are the same).
|
||||||
|
|
|
@ -615,10 +615,10 @@ Here are all the supported configuration settings.
|
||||||
For example, to limit the bandwidth to 100Kbye/s, set it to "--bwlimit 100k"
|
For example, to limit the bandwidth to 100Kbye/s, set it to "--bwlimit 100k"
|
||||||
(There is no corresponding option for bup join.)
|
(There is no corresponding option for bup join.)
|
||||||
|
|
||||||
* `annex.ssh-options`, `annex.rsync-options`, `annex.bup-split-options`
|
* `annex.ssh-options`, `annex.rsync-options`, `annex.web-options, `annex.bup-split-options`
|
||||||
|
|
||||||
Default ssh, rsync, and bup options to use if a remote does not have
|
Default ssh, rsync, wget/curl, and bup options to use if a remote does not
|
||||||
specific options.
|
have specific options.
|
||||||
|
|
||||||
* `remote.<name>.buprepo`
|
* `remote.<name>.buprepo`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue