summaryrefslogtreecommitdiff
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2017-12-30 21:32:34 -0500
committerJunio C Hamano <gitster@pobox.com>2018-01-04 10:45:57 -0800
commita812952aab1c889528ce941c99e0d8a6db05a754 (patch)
treeda8e33104b3d52a95136cbc1d025111095555147 /builtin/commit.c
parent6464679d9620d91b639e2681b9cc6473f3856d09 (diff)
downloadgit-a812952aab1c889528ce941c99e0d8a6db05a754.tar.gz
http: fix v1 protocol tests with apache httpd < 2.4bw/protocol-v1
The apache config used by tests was updated to use the SetEnvIf directive to set the Git-Protocol header in 19113a26b6 ("http: tell server that the client understands v1", 2017-10-16). Setting the Git-Protocol header is restricted to httpd >= 2.4, but mod_setenvif and the SetEnvIf directive work with lower versions, at least as far back as 2.0, according to the httpd documentation: https://httpd.apache.org/docs/2.0/mod/mod_setenvif.html Drop the restriction. Tested with httpd 2.2 and 2.4. Signed-off-by: Todd Zullinger <tmz@pobox.com> Acked-by: Brandon Williams <bmwill@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions