summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-08-26 15:45:31 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-08-26 15:45:31 -0700
commited070a40072f01aa819f114bf6b35edf0f53cab2 (patch)
tree89dd1feca83ee6672db5cf893b7a8f9dfd00705b /contrib/completion/git-completion.bash
parentMerge branch 'ss/fix-config-fd-leak' (diff)
parenthttp: add support for specifying the SSL version (diff)
downloadtgif-ed070a40072f01aa819f114bf6b35edf0f53cab2.tar.xz
Merge branch 'ep/http-configure-ssl-version'
A new configuration variable http.sslVersion can be used to specify what specific version of SSL/TLS to use to make a connection. * ep/http-configure-ssl-version: http: add support for specifying the SSL version
Diffstat (limited to 'contrib/completion/git-completion.bash')
-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 087771bb89..3da7dc209d 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -2121,6 +2121,7 @@ _git_config ()
http.postBuffer
http.proxy
http.sslCipherList
+ http.sslVersion
http.sslCAInfo
http.sslCAPath
http.sslCert