]> git.ipfire.org Git - thirdparty/git.git/commit
doc: mention that proxies must be completely transparent
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 9 Jul 2024 23:37:46 +0000 (23:37 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Jul 2024 04:24:42 +0000 (21:24 -0700)
commit70405acf60ca20de1aaf0fe67440de93ee2318e6
treed4fd4b694ea1ae8b521786e52069b304988ae5e0
parent804ecbcfd1057794f7881fdea071a2069a005a64
doc: mention that proxies must be completely transparent

We already document in the FAQ that proxies must be completely
transparent and not modify the request or response in any way, but add
similar documentation to the http.proxy entry.  We know that while the
FAQ is very useful, users sometimes are less likely to read in favor of
the documentation specific to an option or command, so adding it in both
places will help users be adequately informed.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/http.txt