diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-21 23:28:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-21 23:28:38 -0700 |
commit | dfdb1e4150fb9c9ee86186e89987dc565bc91ead (patch) | |
tree | 3c30de8114e7e3ff1c67fc388e1ed9b36ed46ce4 /Documentation/config.txt | |
parent | e40b34b1ec2c91aaed5572116cd8d01afff7851f (diff) | |
parent | b1d1058cc348a985a6209f920fab0db592dc83de (diff) | |
download | git-dfdb1e4150fb9c9ee86186e89987dc565bc91ead.tar.gz |
Merge branch 'so/http-user-agent'
* so/http-user-agent:
Allow HTTP user agent string to be modified.
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 5e86a28f92..0b4011f76e 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1248,6 +1248,15 @@ http.noEPSV:: support EPSV mode. Can be overridden by the 'GIT_CURL_FTP_NO_EPSV' environment variable. Default is false (curl will use EPSV). +http.useragent:: + The HTTP USER_AGENT string presented to an HTTP server. The default + value represents the version of the client git such as git/1.7.1. + This option allows you to override this value to a more common value + such as Mozilla/4.0. This may be necessary, for instance, if + connecting through a firewall that restricts HTTP connections to a set + of common USER_AGENT strings (but not including those like git/1.7.1). + Can be overridden by the 'GIT_HTTP_USER_AGENT' environment variable. + i18n.commitEncoding:: Character encoding the commit messages are stored in; git itself does not care per se, but this information is necessary e.g. when |