aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-12-28 10:04:24 -0800
committerJunio C Hamano <gitster@pobox.com>2009-12-29 12:07:58 -0800
commit525ecd26c6cc8d1dc0c6190d8266e5d30b06da51 (patch)
treecf82d4fe7c2c831894c719d3ebd194a4573b720b /Documentation
parent6c81a9908206799ccbc9a17bde17f1d766a8eef4 (diff)
downloadgit-525ecd26c6cc8d1dc0c6190d8266e5d30b06da51.tar.gz
git-525ecd26c6cc8d1dc0c6190d8266e5d30b06da51.tar.xz
Remove http.authAny
Back when the feature to use different HTTP authentication methods was originally written, it needed an extra HTTP request for everything when the feature was in effect, because we didn't reuse curl sessions. However, b8ac923 (Add an option for using any HTTP authentication scheme, not only basic, 2009-11-27) builds on top of an updated codebase that does reuse curl sessions; there is no need to manually avoid the extra overhead by making this configurable anymore. Acked-by: Martin Storsjo <martin@martin.st> Acked-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index a54ede350..b77d66da2 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1158,13 +1158,6 @@ 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.authAny::
- Allow any HTTP authentication method, not only basic. Enabling
- this lowers the performance slightly, by having to do requests
- without any authentication to discover the authentication method
- to use. Can be overridden by the 'GIT_HTTP_AUTH_ANY'
- environment variable. Default is false.
-
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