From: "Kyle J. McKay" <mackyle@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: Mark Lodato <lodatom@gmail.com>,
Jonathan Nieder <jrnieder@gmail.com>,
git list <git@vger.kernel.org>
Subject: Re: [PATCH] http.c: fix parsing of http.sslCertPasswordProtected variable
Date: Sun, 14 Jul 2013 23:37:44 -0700 [thread overview]
Message-ID: <EFAADB2C-5774-4076-99CE-887AFB2B5CCA@gmail.com> (raw)
In-Reply-To: <7vzjtoea0a.fsf@alter.siamese.dyndns.org>
On Jul 14, 2013, at 21:13, Junio C Hamano wrote:
> Mark Lodato <lodatom@gmail.com> writes:
>
>> On Fri, Jul 12, 2013 at 3:52 PM, Junio C Hamano <gitster@pobox.com>
>> wrote:
>>>
>>> Jonathan Nieder <jrnieder@gmail.com> writes:
>>>
>>>> FWIW the GIT_SSL_CERT_PASSWORD_PROTECTED envvar has a similar "can
>>>> only enable" behavior, but since it's documented, that's not as big
>>>> of a problem. Do you remember why it was written that way?
>>>
>>> Not me ;-).
>>
>> Because that's how GIT_NO_VERIFY, GIT_CURL_FTP_NO_EPSV, and
>
> s/GIT_NO_VERIFY/GIT_SSL_NO_VERIFY/, I think.
>
>> GIT_CURL_VERBOSE (and perhaps others) work. That said, I agree that
>> parsing the variable's value as a boolean would make much more sense.
>> Perhaps this is how all of those variables should work?
>
> I think you are probably right.
That works fine for GIT_SSL_CERT_PASSWORD_PROTECTED and
GIT_CURL_VERBOSE, but it's a little bit awkward for GIT_SSL_NO_VERIFY
and GIT_CURL_FTP_NO_EPSV since they have "_NO_" in their names.
If the user wants to override a "http.sslVerify=false" then
"GIT_SSL_NO_VERIFY=false" is needed rather than "GIT_SSL_VERIFY=true".
We could:
1) Introduce GIT_SSL_VERIFY and GIT_CURL_FTP_EPSV and say if they are
set the "_NO_" version is ignored.
2) Go ahead with "GIT_SSL_NO_VERIFY=false" to force http.sslVerify
back to true (and similarly for EPSV).
3) Just leave GIT_SSL_NO_VERIFY and GIT_CURL_FTP_NO_EPSV alone.
4) Do something else, ideas?
Comments?
next prev parent reply other threads:[~2013-07-15 6:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-12 18:52 [PATCH] http.c: fix parsing of http.sslCertPasswordProtected variable Junio C Hamano
2013-07-12 19:05 ` Jonathan Nieder
2013-07-12 19:52 ` Junio C Hamano
2013-07-14 0:37 ` Mark Lodato
2013-07-15 4:13 ` Junio C Hamano
2013-07-15 6:37 ` Kyle J. McKay [this message]
2013-07-15 15:54 ` Junio C Hamano
2013-07-13 19:28 ` Kyle J. McKay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=EFAADB2C-5774-4076-99CE-887AFB2B5CCA@gmail.com \
--to=mackyle@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jrnieder@gmail.com \
--cc=lodatom@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).