]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http: use a feature check to enable GSSAPI delegation control
authorTom G. Christensen <tgc@jupiterrise.com>
Fri, 11 Aug 2017 16:37:34 +0000 (18:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Aug 2017 22:12:41 +0000 (15:12 -0700)
commitdd5df538b501661f60ffed3eb8486b9eed138c48
tree086aa99b86ea5cf78b793e8e3321bb26aca59514
parentf18777ba6ef23c30c68d2d4799b6ba512785288f
http: use a feature check to enable GSSAPI delegation control

Turn the version check into a feature check to ensure this functionality
is also enabled with vendor supported curl versions where the feature
may have been backported.

Signed-off-by: Tom G. Christensen <tgc@jupiterrise.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c