]> granicus.if.org Git - git/commit
Merge branch 'bw/transport-protocol-policy'
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Dec 2016 08:11:41 +0000 (00:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Dec 2016 08:11:41 +0000 (00:11 -0800)
commit9d540e97267fa94d9701d3e1aa5cdf2926858472
tree692790eca6a1f1ed5dd56a0f336bf910e76d15e5
parent05f6e1be8cdae1ebedf3cf7b7a072a3b35f945b5
parentabcbdc03895ff3f00280e54af11fee92d6877044
Merge branch 'bw/transport-protocol-policy'

Finer-grained control of what protocols are allowed for transports
during clone/fetch/push have been enabled via a new configuration
mechanism.

* bw/transport-protocol-policy:
  http: respect protocol.*.allow=user for http-alternates
  transport: add from_user parameter to is_transport_allowed
  http: create function to get curl allowed protocols
  transport: add protocol policy config option
  http: always warn if libcurl version is too old
  lib-proto-disable: variable name fix
Documentation/config.txt
Documentation/git.txt
git-submodule.sh
http.c
t/t5550-http-fetch-dumb.sh
transport.c
transport.h