Add annex.httpheaders and annex.httpheader-command config settings

Allow custom headers to be sent with all HTTP requests.

(Requested by the Internet Archive)
This commit is contained in:
Joey Hess 2012-04-22 01:13:09 -04:00
parent 5fbe83f595
commit 84ac8c58db
9 changed files with 66 additions and 27 deletions

3
debian/changelog vendored
View file

@ -3,6 +3,9 @@ git-annex (3.20120419) UNRELEASED; urgency=low
* Fix use of annex.diskreserve config setting.
* Directory special remotes now check annex.diskreserve.
* Support git's core.sharedRepository configuration.
* Add annex.httpheaders and annex.httpheader-command config
settings, to allow custom headers to be sent with all HTTP requests.
(Requested by the Internet Archive)
-- Joey Hess <joeyh@debian.org> Fri, 20 Apr 2012 16:14:08 -0400