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=eeJqxmfPt9O1mtdF
	zDsay7Sq0JiV+kLWoWUALPbSvzDPEsIp08Y7xnQoUqodr2vz9T9oPNldPYUTY4d5
	ruJ/VR6LKz070CmqfdIBGKWUYqjPdpvhabRJyTEH+HTVlAj37U8F9LvJFPQSMwye
	e5nGTygctgjz7XH1tcCbuTaAQjA=
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=dKJA489eykcJzUmpd24Spc
	T/Pt0=; b=ClEIxKZSi5L2MofZwOozR8iuU3IXUst2wqBbi1x2HENX8T4BfgRjjS
	LCiviplyRiT1W3YYSxAQzFWvc/Uu/YUZTPSSNvRje9PRo3wZdgActxsw+YgJ9BD4
	sAnl/m1S6ccJK4TA+ZHrDLJqaYP8TMcGRCLTPJGgaqfVR6bwxTiBw=
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=profit, H*MI:sk:5717A5C, H*f:sk:5717A5C, H*i:sk:5717A5C
X-HELO: mail-wm0-f46.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:subject:to:references:from:message-id:date         :user-agent:mime-version:in-reply-to:content-transfer-encoding;        bh=o5sQdOKH6sJdEGgDS7wGQVQg4PHDAkN2yi3JO9cVI2Q=;        b=e7sv5vroTpDlFqI876BabqbLa7rant4CRHmrouHHeuobW8t6vyaEbJ3pvduxwT9eRM         BQLc8ts6WvjyJ/DjbC/Un+pKmBsbNwIw/b4JhHTObNw4rS0081Taa5IOdKkP9vr3Hk3j         WNHT+N5jZ3kADDeEXE8tZwD6nAWtJ2/9k3sYz3XSAWvZm+aIYN+eQfLSCK8mhmGqGI9G         1N15t3i79aAHxSJH1UNn6fCP4YfozX//0O4QHHrxzGVmCDU1pXIzvPrue/hYGMkTnZin         eRysJ89L7ah+nE2WfK4cbPTh4AqwKgus5h34VsuCV8FkvkFOC+i5D8o4uLBF7X45KWdi         0lrg==
X-Gm-Message-State: AOPr4FVzbuB/lTxBkwDullUdBF23p6ApwO2osX0DPBVRnJ4LivNxGf082y7OFI5bD3sFdA==
X-Received: by 10.194.234.101 with SMTP id ud5mr9326459wjc.34.1461169264489;        Wed, 20 Apr 2016 09:21:04 -0700 (PDT)
Subject: Re: git and absolute Windows-style paths
To: cygwin@cygwin.com
References: <57169662.9060503@gmail.com> <e8b47924c6ff4f07993627dbb26f7066@ntmaexbe04.bedford.progress.com> <5717A3EF.6030407@gmail.com> <5717A5C6.5060001@cs.umass.edu>
From: silverwind <silv3rwind@gmail.com>
Message-ID: <5717ACA1.2060003@gmail.com>
Date: Wed, 20 Apr 2016 18:21:53 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0
MIME-Version: 1.0
In-Reply-To: <5717A5C6.5060001@cs.umass.edu>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Hey,

> I think that tackling this with a script/function is a better approach ...

That's seems like a bandaid solution from which the general user base 
would not be able to profit. I think a floating patch to Cygwin's git 
package would be more appropriate, unless it can be addressed in 
Cygwin's system calls (which I'm sure has been attempted).

Why can I

   cat c:\\file.txt

but can't

   git add c:\\file.txt

? Where is this path normalization magic happening?

Regards,
Roman

--
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

