Re: [PATCH 2/2] git-download: Respect current-http-proxy when downloading.

2016-03-29 Thread Jookia
On Tue, Mar 29, 2016 at 09:49:19PM +0200, Ludovic Courtès wrote: > Neat! > > ISTR I commented on a similar patch you posted for svn-download, but > didn’t hear back (or forgot?). I think some of it was applicable to > this one as well, could you check? :-) I've tried to keep track of which patch

Re: [PATCH 2/2] git-download: Respect current-http-proxy when downloading.

2016-03-29 Thread Ludovic Courtès
Jookia <166...@gmail.com> skribis: > Enable the use of HTTP proxies for Git and add a helper program for proxying > the non-HTTP git:// protocol. The program connects standard input/output to a > remote server. To accomplish this for now, socat is used. Neat! ISTR I commented on a similar patch

[PATCH 2/2] git-download: Respect current-http-proxy when downloading.

2016-02-16 Thread Jookia
Enable the use of HTTP proxies for Git and add a helper program for proxying the non-HTTP git:// protocol. The program connects standard input/output to a remote server. To accomplish this for now, socat is used. * guix/build/git.scm (module): Export git-proxy. (git-fetch): Take a proxy paramete