X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=Fp/LusARShmROeVE
	hx8T+gxzRBXpbwxsQyuWbG0rZF9oH1I5WXvfgEMCrCOGV7PGc47f32smLcucHTXH
	38nDullp+n1KNjEfRJSGI/l8kfFMTOJwIRzMLydZNiTiNVuS+YBRDXJTavMrtn7Y
	0rbNxQ9uJ3jTKY3hCorhP8L/FF8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=YQJc46N9+ZGpu5c3jUGGLJ
	teJCc=; b=fp4VAJl7xVKF7f7dddF+Iz48c0pq6Fef4tSxBFBZ7UOrxJdCchaXO+
	T4nvIpV8SrA/WN3bm22j7hsPVUJuv4TUNDmP7sR7Fy0XXpwfQaoRhgVBvrSqaOB9
	o8GchObvefrhEW+jIqC1MwF+hw3CvmtplltIo/29pAjAmMSoP5V2U=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=speak
X-HELO: mail-it1-f176.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=subject:to:references:from:message-id:date:user-agent:mime-version         :in-reply-to:content-language:content-transfer-encoding;        bh=3xMKn8lvTNiJwhJjGSsDHv9ZTktNLvgGUtVdXDsNQ3k=;        b=aJUPyA0xX2fBYxI5hGwydqaQ3+TZlbi63BrExC2DlvMKkaRiQ7iSJ5bqcE6YvoiOr3         7opxH0avfaaq0qe74Zm4Czskgs91BroLUq7+9i8crpDLZ5NjAOxG4AuxEJebUJICBkYD         JoeIo8c9RY73alp9O2Xtcwkx7EDUhDHPTaQhvQOh+iHU74O4vZYTeMiZWqGD65xvoxVz         94fhHhRqO+QPbdDmS3IsYnzAwYOwfbQDnymyrJvkAo05oI16MJIeKdPy1aR8Tn63vV2N         SIIjOdrzsDYiFlb67t/pbQDltUqHhOE236QpDSLNNYhFY5wGGh3O6vHTk5NMH6p6V3n6         Y8zQ==
Subject: Re: Cygwin Git with Windows paths
To: cygwin@cygwin.com
References: <CA+kUOamKzp=jjKc1OLGo1vmepoee5ABwgUpYJF9Lq1CJjOBy9Q@mail.gmail.com> <5bfc994b.1c69fb81.2bacb.e7da@mx.google.com> <541a6c70-e17d-1577-e332-49c55c8ed1ff@gmail.com>
From: cyg Simple <cygsimple@gmail.com>
Message-ID: <bf9e6c4e-992e-f11a-a474-ab44fa9ab127@gmail.com>
Date: Tue, 27 Nov 2018 10:57:46 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1
MIME-Version: 1.0
In-Reply-To: <541a6c70-e17d-1577-e332-49c55c8ed1ff@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 11/27/2018 3:11 AM, Marco Atzeri wrote:
> Cool down please.
> If you need a git that understand windows paths you should not use
> the cygwin one.

It is this stance that caused MSYS to exist.  It is this stance that 
caused the git developers to choose MSYS for the Windows support model. 
However, it is correct to say, when in Cygwin use POSIX paths as Windows 
paths are not warranted to work.  The \ character may even cause a `\t' 
to be <TAB> or a \m to be a <RETURN>, etc. as that is what is described 
by POSIX.  And 'C:/' in POSIX speak refers to a directory in the current 
working directory named `C:'.  But Cygwin tries to be nice and play with 
the strings beginning with [A-Za-z] followed by : as a device 
designation but if it works it works and if it doesn't work it doesn't 
work; you must live with the results and work (around) them as needed.

To work around the issues I often use /etc/fstab to create a mount point 
for a troublesome Windows style path.  I can then use the POSIX format 
to alleviate the issue.

-- 
cyg Simple

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

