]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of cURL
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Mar 2009 05:34:43 +0000 (22:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Mar 2009 05:42:19 +0000 (22:42 -0700)
commit750d9305009a0f3fd14c0b5c5e62ae1eb2b18fda
tree89b13370a8b5cf20063a989a66d937aa6c040708
parentc33976cbc6d1895fca5c1683fba678e786ee3e58
http.c: CURLOPT_NETRC_OPTIONAL is not available in ancient versions of cURL

Besides, we have already called easy_setopt with the option before coming
to this function if it was available, so there is no need to repeat it
here.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c