This commit is contained in:
Joey Hess 2015-07-02 16:41:04 -04:00
parent 6648fa1c47
commit 60e51e86b1

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2015-07-02T20:36:22Z"
content="""
Separate options could be added, but I'm not sure they're needed.
git-annex only ever runs one of curl or wget on a given system.
Which one varies depending on what is installed (ie, it uses wget when
available and otherwise uses curl), but as long as that's
stable, you can just use annex.web-options to pass additional options to
whichever one it runs.
FWIW, --limit-rate works for both curl and wget, more or less the same.
"""]]