From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Schindelin Subject: Re: [PATCH 23/40] Windows: Local clone must use the drive letter in absolute paths. Date: Thu, 28 Feb 2008 15:31:00 +0000 (GMT) Message-ID: References: <1204138503-6126-1-git-send-email-johannes.sixt@telecom.at> <1204138503-6126-24-git-send-email-johannes.sixt@telecom.at> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: git@vger.kernel.org To: Johannes Sixt X-From: git-owner@vger.kernel.org Thu Feb 28 16:32:52 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 1JUkkI-0001f8-63 for gcvg-git-2@gmane.org; Thu, 28 Feb 2008 16:32:30 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757605AbYB1Pbc (ORCPT ); Thu, 28 Feb 2008 10:31:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757554AbYB1Pbc (ORCPT ); Thu, 28 Feb 2008 10:31:32 -0500 Received: from mail.gmx.net ([213.165.64.20]:33368 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1757394AbYB1Pbb (ORCPT ); Thu, 28 Feb 2008 10:31:31 -0500 Received: (qmail invoked by alias); 28 Feb 2008 15:31:30 -0000 Received: from unknown (EHLO [138.251.11.74]) [138.251.11.74] by mail.gmx.net (mp022) with SMTP; 28 Feb 2008 16:31:30 +0100 X-Authenticated: #1490710 X-Provags-ID: V01U2FsdGVkX1+w5+opWSOw19xq7GPrfI8TQ9/mgYy9nWxggJ4q3O +o6pQDw7/Gox9P X-X-Sender: gene099@racer.site In-Reply-To: <1204138503-6126-24-git-send-email-johannes.sixt@telecom.at> User-Agent: Alpine 1.00 (LSU 882 2007-12-20) X-Y-GMX-Trusted: 0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Wed, 27 Feb 2008, Johannes Sixt wrote: > The default of pwd of MSYS's bash and /bin/pwd are to use > /c/rest/of/path notation instead of c:/rest/of/path. But the former is > not supported by programs that use the standard C runtime (instead of > MSYS's runtime). Hence, we must make sure that only drive letter > notations are generated by using pwd's -W option. I guess that this patch will be obsolete when we have builtin clone. So I have no objection to this pretty local workaround until then. Ciao, Dscho