author | Spencer E. Olson <olsonse@umich.edu> | |
Wed, 11 Aug 2010 20:40:38 +0000 (14:40 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 11 Aug 2010 21:07:31 +0000 (14:07 -0700) | ||
commit | b1d1058cc348a985a6209f920fab0db592dc83de | |
tree | 7ab93f6a533ec1ec72336cd537320de2a0f3f6db | tree | snapshot |
parent | 64fdc08dac6694d1e754580e7acb82dfa4988bb9 | commit | diff |
Allow HTTP user agent string to be modified.
Some firewalls restrict HTTP connections based on the clients user agent. This
commit provides the user the ability to modify the user agent string via either
a new config option (http.useragent) or by an environment variable
(GIT_HTTP_USER_AGENT).
Relevant documentation is added to Documentation/config.txt.
Signed-off-by: Spencer E. Olson <olsonse@umich.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Some firewalls restrict HTTP connections based on the clients user agent. This
commit provides the user the ability to modify the user agent string via either
a new config option (http.useragent) or by an environment variable
(GIT_HTTP_USER_AGENT).
Relevant documentation is added to Documentation/config.txt.
Signed-off-by: Spencer E. Olson <olsonse@umich.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | diff | blob | history | |
Makefile | diff | blob | history | |
http.c | diff | blob | history |