Re: js/mingw-http-ssl, was Re: What's cooking in git.git (Oct 2018, #05; Fri, 26)

2018-10-30 Thread Johannes Schindelin
Hi Junio, On Tue, 30 Oct 2018, Junio C Hamano wrote: > Eric Sunshine writes: > > > On Mon, Oct 29, 2018 at 10:10 PM Junio C Hamano wrote: > >> How's this? > >> > >> On platforms with recent cURL library, http.sslBackend configuration > >> variable can be used to choose different SSL

Re: js/mingw-http-ssl, was Re: What's cooking in git.git (Oct 2018, #05; Fri, 26)

2018-10-29 Thread Kaartic Sivaraam
Hi Junio, On 30 October 2018 11:07:39 GMT+05:30, Junio C Hamano wrote: >Eric Sunshine writes: >>> On platforms with recent cURL library, http.sslBackend >configuration >>> variable can be used to choose different SSL backend at runtime. >> >> s/choose/& a/ >> >>> The Windows port

Re: js/mingw-http-ssl, was Re: What's cooking in git.git (Oct 2018, #05; Fri, 26)

2018-10-29 Thread Junio C Hamano
Eric Sunshine writes: > On Mon, Oct 29, 2018 at 10:10 PM Junio C Hamano wrote: >> How's this? >> >> On platforms with recent cURL library, http.sslBackend configuration >> variable can be used to choose different SSL backend at runtime. > > s/choose/& a/ > >> The Windows port uses

Re: js/mingw-http-ssl, was Re: What's cooking in git.git (Oct 2018, #05; Fri, 26)

2018-10-29 Thread Eric Sunshine
On Mon, Oct 29, 2018 at 10:10 PM Junio C Hamano wrote: > How's this? > > On platforms with recent cURL library, http.sslBackend configuration > variable can be used to choose different SSL backend at runtime. s/choose/& a/ > The Windows port uses this mechanism to switch between

Re: js/mingw-http-ssl, was Re: What's cooking in git.git (Oct 2018, #05; Fri, 26)

2018-10-29 Thread Junio C Hamano
Johannes Schindelin writes: >> >> On Windows with recent enough cURL library, the configuration >> >> variable http.sslBackend can be used to choose between OpenSSL and >> >> Secure Channel at runtime as the SSL backend while talking over >> >> the HTTPS protocol. >> ... >> Yeah, but

Re: js/mingw-http-ssl, was Re: What's cooking in git.git (Oct 2018, #05; Fri, 26)

2018-10-29 Thread Johannes Schindelin
Hi Junio, On Fri, 26 Oct 2018, Junio C Hamano wrote: > Johannes Schindelin writes: > > > On Fri, 26 Oct 2018, Junio C Hamano wrote: > > > >> * js/mingw-http-ssl (2018-10-26) 3 commits > >> (merged to 'next' on 2018-10-26 at 318e82e101) > >> + http: when using Secure Channel, ignore

Re: What's cooking in git.git (Oct 2018, #05; Fri, 26)

2018-10-27 Thread Junio C Hamano
Stefan Beller writes: >> >> * sb/strbuf-h-update (2018-09-29) 1 commit >> (merged to 'next' on 2018-10-26 at e4ad935cb0) >> + strbuf.h: format according to coding guidelines >> >> Code clean-up to serve as a BCP example. >> >> Will merge to 'master'. >> Further clean-up patches may need to

Re: What's cooking in git.git (Oct 2018, #05; Fri, 26)

2018-10-27 Thread Jeff King
On Fri, Oct 26, 2018 at 08:45:12PM -0700, Taylor Blau wrote: > On Fri, Oct 26, 2018 at 04:57:26PM +0900, Junio C Hamano wrote: > > * tb/filter-alternate-refs (2018-10-25) 2 commits > > (merged to 'next' on 2018-10-26 at 887a7779a3) > > + t5410: use longer path for sample script > > +

Re: What's cooking in git.git (Oct 2018, #05; Fri, 26)

2018-10-26 Thread Taylor Blau
On Fri, Oct 26, 2018 at 04:57:26PM +0900, Junio C Hamano wrote: > * tb/filter-alternate-refs (2018-10-25) 2 commits > (merged to 'next' on 2018-10-26 at 887a7779a3) > + t5410: use longer path for sample script > + Documentation/config.txt: fix typo in core.alternateRefsCommand > > Test fix. >

Re: What's cooking in git.git (Oct 2018, #05; Fri, 26)

2018-10-26 Thread Stefan Beller
> > * sb/strbuf-h-update (2018-09-29) 1 commit > (merged to 'next' on 2018-10-26 at e4ad935cb0) > + strbuf.h: format according to coding guidelines > > Code clean-up to serve as a BCP example. > > Will merge to 'master'. > Further clean-up patches may need to follow soon before this >

Re: js/mingw-http-ssl, was Re: What's cooking in git.git (Oct 2018, #05; Fri, 26)

2018-10-26 Thread Junio C Hamano
Johannes Schindelin writes: > Hi Junio, > > On Fri, 26 Oct 2018, Junio C Hamano wrote: > >> * js/mingw-http-ssl (2018-10-26) 3 commits >> (merged to 'next' on 2018-10-26 at 318e82e101) >> + http: when using Secure Channel, ignore sslCAInfo by default >> + http: add support for disabling SSL

js/mingw-http-ssl, was Re: What's cooking in git.git (Oct 2018, #05; Fri, 26)

2018-10-26 Thread Johannes Schindelin
Hi Junio, On Fri, 26 Oct 2018, Junio C Hamano wrote: > * js/mingw-http-ssl (2018-10-26) 3 commits > (merged to 'next' on 2018-10-26 at 318e82e101) > + http: when using Secure Channel, ignore sslCAInfo by default > + http: add support for disabling SSL revocation checks in cURL > + http: add