Merge branch 'bw/transport-protocol-policy' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2016 23:38:07 +0000 (15:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2016 23:38:07 +0000 (15:38 -0800)
commit166168205c7d178ec94e0b0b2f013fd25e0e9746
tree48b8b40f0471129d1d3f84193b1d247242c89367
parent8ba0094f45f8530d4827ab77f64745b202fc62b0
parentabcbdc03895ff3f00280e54af11fee92d6877044
Merge branch 'bw/transport-protocol-policy' into next

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