From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stepan Kasal Subject: Re: Eliminate curl binary Date: Tue, 3 Jun 2008 14:13:32 +0200 Organization: <)>< Message-ID: <20080603121332.GA16570@camelia.ucw.cz> References: <20080603105323.GA15825@camelia.ucw.cz> <200806031314.52579.johan@herland.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Jun 03 14:14:29 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1K3VPH-0008KA-JD for gcvg-git-2@gmane.org; Tue, 03 Jun 2008 14:14:27 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755436AbYFCMNf (ORCPT ); Tue, 3 Jun 2008 08:13:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754325AbYFCMNf (ORCPT ); Tue, 3 Jun 2008 08:13:35 -0400 Received: from ppp1053.in.ipex.cz ([212.71.160.53]:53779 "EHLO ppp1053.in.ipex.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753537AbYFCMNe (ORCPT ); Tue, 3 Jun 2008 08:13:34 -0400 Received: from ppp1053.in.ipex.cz (camelia.ucw.cz [127.0.0.1]) by ppp1053.in.ipex.cz (8.14.2/8.13.8) with ESMTP id m53CDWgc016586 for ; Tue, 3 Jun 2008 14:13:32 +0200 Received: (from kasal@localhost) by ppp1053.in.ipex.cz (8.14.2/8.13.8/Submit) id m53CDWKv016585 for git@vger.kernel.org; Tue, 3 Jun 2008 14:13:32 +0200 Mail-Followup-To: git@vger.kernel.org Content-Disposition: inline In-Reply-To: <200806031314.52579.johan@herland.net> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hello, On Tue, Jun 03, 2008 at 01:14:52PM +0200, Johan Herland wrote: > In the next version of Git (v1.5.6, currently in RC1), git-clone.sh has > been replaced by a builtin C version (builtin-clone.c, part of the git great! I have to apologize again, that I haven't checked the devel source of git. Thanks, Stepan