]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http: add environment variable support for HTTPS proxies
authorJorge Lopez Silva <jalopezsilva@gmail.com>
Wed, 4 Mar 2020 18:40:06 +0000 (18:40 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Mar 2020 20:26:14 +0000 (12:26 -0800)
commitaf026519c9cf82928be111974e89bc122765f13f
tree91f225c9783288a367fabfdccc9bc19f23314d91
parent88238e02d545dedd832cec9d9ed4ca877c44da19
http: add environment variable support for HTTPS proxies

Add 4 environment variables that can be used to configure the proxy
cert, proxy ssl key, the proxy cert password protected flag, and the
CA info for the proxy.

Documentation for the options was also updated.

Signed-off-by: Jorge Lopez Silva <jalopezsilva@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/http.txt
http.c