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:
Joey Hess 2012-01-02 14:20:20 -04:00
parent 50ebfd265f
commit aa0882691b
7 changed files with 36 additions and 13 deletions

9
debian/changelog vendored
View file

@ -1,3 +1,12 @@
git-annex (3.20111232) UNRELEASED; urgency=low
* 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).
-- Joey Hess <joeyh@debian.org> Mon, 02 Jan 2012 14:19:19 -0400
git-annex (3.20111231) unstable; urgency=low
* sync: Improved to work well without a central bare repository.