From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Leo Razoumov" Subject: Re: [PATCH] git-fetch should not strip off ".git" extension Date: Mon, 20 Oct 2008 11:08:49 -0400 Message-ID: References: <48FC5F1B.1050608@op5.se> Reply-To: SLONIK.AZ@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "Junio C Hamano" , git@vger.kernel.org To: "Andreas Ericsson" X-From: git-owner@vger.kernel.org Mon Oct 20 18:27:35 2008 connect(): Connection refused 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 1KrwOU-0007YG-GC for gcvg-git-2@gmane.org; Mon, 20 Oct 2008 17:10:07 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751424AbYJTPIx (ORCPT ); Mon, 20 Oct 2008 11:08:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751339AbYJTPIx (ORCPT ); Mon, 20 Oct 2008 11:08:53 -0400 Received: from fg-out-1718.google.com ([72.14.220.155]:34431 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751257AbYJTPIx (ORCPT ); Mon, 20 Oct 2008 11:08:53 -0400 Received: by fg-out-1718.google.com with SMTP id 19so1429461fgg.17 for ; Mon, 20 Oct 2008 08:08:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=qBoCDhx1aROpA4GJoCHKs5pVO6Sy7vvSA1DESBit5uE=; b=akCWnjFdxWlusCbBxAj3P6wzYu//EeZgCwmq1RtJd7eWYA8cQF70kVSl1Zt3YtL+6W M/bHSRqYiotmid7GvzRw+vCTmFTCEOuVrNNq88cCMNvUmBIGWE4S4DgRFHcJD3bGxIyq zDA1ZQqE7vXC3W0/60dZUsYXsQxj3852t/ZJE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=xK5TQATZo+JScht+mH+n4KA5xGG0I15oA8+2vREcyKs4urgw7aP5tMTw6Qmo9+bELQ eX+4VcNPobUZmCUf65i7NZhffmTzf0rmEohUugeGm/nDBSAnAfpvnk4/6XnU/YkmpY63 DOjy9fWmxjBEHrlr/GiZrNP9PAZxgFbaij/aM= Received: by 10.187.251.11 with SMTP id d11mr1145971fas.104.1224515329194; Mon, 20 Oct 2008 08:08:49 -0700 (PDT) Received: by 10.187.193.16 with HTTP; Mon, 20 Oct 2008 08:08:49 -0700 (PDT) In-Reply-To: <48FC5F1B.1050608@op5.se> Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 10/20/08, Andreas Ericsson wrote: > [..snip..]] > Will this still play nicely with > > git clone foo.git > > ? > > Otherwise, please also fix the fallout from this patch. > > -- Andreas, thanks for the comment. I have been testing this patch for over two weeks already and so far encountered no problems. I routinely perform "git clone foo.git" and it works correctly creating new repo "foo" and properly populating it. --Leo--