summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-05-22 19:41:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-05-22 19:41:45 (GMT)
commit39fa79178feb1ce72050ebd21b9e34f158e8befa (patch)
tree2d260dcc6491537e26df4d3d8b8ada0b448eb41f /contrib
parentb54301bdadfd3195d64e95ef6f58dfdf102e3d26 (diff)
parentf6f2a9e42d14e61429af418d8038aa67049b3821 (diff)
downloadgit-39fa79178feb1ce72050ebd21b9e34f158e8befa.zip
git-39fa79178feb1ce72050ebd21b9e34f158e8befa.tar.gz
git-39fa79178feb1ce72050ebd21b9e34f158e8befa.tar.bz2
Merge branch 'ls/http-ssl-cipher-list'
Introduce http.<url>.SSLCipherList configuration variable to tweak the list of cipher suite to be used with libcURL when talking with https:// sites. * ls/http-ssl-cipher-list: http: add support for specifying an SSL cipher list
Diffstat (limited to 'contrib')
-rw-r--r--contrib/completion/git-completion.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index a430d9f..20b8114 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2122,6 +2122,7 @@ _git_config ()
http.noEPSV
http.postBuffer
http.proxy
+ http.sslCipherList
http.sslCAInfo
http.sslCAPath
http.sslCert