From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nelson Benitez Leon Subject: Re: What's cooking in git.git (Apr 2012, #06; Sun, 15) Date: Mon, 16 Apr 2012 11:07:25 +0200 Message-ID: <4F8BE14D.7090501@seap.minhap.es> References: <7vpqb8xjj9.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Mon Apr 16 10:10:40 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SJh1D-0001fI-UZ for gcvg-git-2@plane.gmane.org; Mon, 16 Apr 2012 10:10:40 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752015Ab2DPIKe (ORCPT ); Mon, 16 Apr 2012 04:10:34 -0400 Received: from luthien2.mpt.es ([82.150.0.102]:4523 "EHLO luthien2.map.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751980Ab2DPIKc (ORCPT ); Mon, 16 Apr 2012 04:10:32 -0400 Received: from correo.map.es (unknown [10.1.24.76]) by luthien2.map.es (Postfix) with ESMTP id BE8B3F88A6; Mon, 16 Apr 2012 10:10:11 +0200 (CEST) Received: from [10.47.128.147] (unknown [10.1.29.55]) by correo.map.es (Postfix) with ESMTP id 69E4C2C3B2; Mon, 16 Apr 2012 10:09:48 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 In-Reply-To: <7vpqb8xjj9.fsf@alter.siamese.dyndns.org> X-map-MapScanner: Libre de virus, Libre de virus X-Spam-Status: No, No X-map-MapScanner-Information: X-map-MapScanner-ID: BE8B3F88A6.2106A X-map-MapScanner-From: nelsonjesus.benitez@seap.minhap.es X-map-MailScanner-Watermark: 1335168612.26919@4KX8BBr/p/mPdQP67HMH0g Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 04/16/2012 08:44 AM, Junio C Hamano wrote: > > * nl/http-proxy-more (2012-04-14) 6 commits > - http: fix proxy authentication > - http: rename HTTP_REAUTH to HTTP_AUTH_RETRY > - http: Avoid limit of retrying request only twice > - http: handle proxy authentication failure (error 407) > - http: handle proxy proactive authentication > - http: try http_proxy env var when http.proxy config option is not set > > The code to talk to http proxies learn to use the same credential > API used to talk to the final http destinations. This still needs > to peek into $ENV{HTTPS_PROXY}. Hi Junio, so this needs some more work, but I don't recall the thread about it, could you point it to me or explain me what is still lacking. Regards,