X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT cygwin DOT com References: <5bfc994b DOT 1c69fb81 DOT 2bacb DOT e7da AT mx DOT google DOT com> <541a6c70-e17d-1577-e332-49c55c8ed1ff AT gmail DOT com> From: cyg Simple Message-ID: 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 or a \m to be a , 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