diff options
| author | Junio C Hamano <gitster@pobox.com> | 2015-05-22 12:41:45 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2015-05-22 12:41:45 -0700 |
| commit | 39fa79178feb1ce72050ebd21b9e34f158e8befa (patch) | |
| tree | 2d260dcc6491537e26df4d3d8b8ada0b448eb41f /contrib/completion/git-completion.bash | |
| parent | b54301bdadfd3195d64e95ef6f58dfdf102e3d26 (diff) | |
| parent | f6f2a9e42d14e61429af418d8038aa67049b3821 (diff) | |
| download | git-39fa79178feb1ce72050ebd21b9e34f158e8befa.tar.xz | |
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/completion/git-completion.bash')
| -rw-r--r-- | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index a430d9f493..20b8114612 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 |
