summaryrefslogtreecommitdiff
path: root/doc/bugs/Proxy_support.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-16 11:29:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-16 11:29:49 -0400
commit8d966ebfb0034d425e1e55c83c5da69d08cbbbc7 (patch)
tree4a548deccb01fa8e7e1748475e100ef63ebbd318 /doc/bugs/Proxy_support.mdwn
parentc056bcd4a323b6caa0b69d7219912481afeb2538 (diff)
patch
Diffstat (limited to 'doc/bugs/Proxy_support.mdwn')
-rw-r--r--doc/bugs/Proxy_support.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/Proxy_support.mdwn b/doc/bugs/Proxy_support.mdwn
index ae6eaf689..05274ded9 100644
--- a/doc/bugs/Proxy_support.mdwn
+++ b/doc/bugs/Proxy_support.mdwn
@@ -17,3 +17,10 @@ Please provide any additional information below.
I don't use networkmanager if proxy information is obtained from it. There should be a fallback to environment variables.
[[!tag confirmed]]
+
+> Here's a patch that shows how to enable proxy support for the
+> parts of git-annex that use http-client and http-conduit:
+> <https://github.com/kiwiroy/git-annex/commit/18a3ceda1beb7c356541270f37ae4c0d56ada726>
+>
+> Other parts of git-annex use wget/curl and should already support
+> the environment variables.