From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] git-download: Respect current-http-proxy when downloading. Date: Tue, 29 Mar 2016 21:49:19 +0200 Message-ID: <87bn5xhxog.fsf@gnu.org> References: <56c321b4.c128620a.a597c.3e53@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akzdm-0004TJ-PP for guix-devel@gnu.org; Tue, 29 Mar 2016 15:49:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akzdi-0008MW-M7 for guix-devel@gnu.org; Tue, 29 Mar 2016 15:49:26 -0400 In-Reply-To: <56c321b4.c128620a.a597c.3e53@mx.google.com> (Jookia's message of "Tue, 16 Feb 2016 23:43:49 +1100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Jookia <166291@gmail.com> Cc: guix-devel@gnu.org Jookia <166291@gmail.com> skribis: > Enable the use of HTTP proxies for Git and add a helper program for proxy= ing > 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 you posted for svn-download, but didn=E2=80=99t hear back (or forgot?). I think some of it was applicable to this one as well, could you check? :-) Thanks, Ludo=E2=80=99.