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:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; q=dns; s=default; b=VFNPdNVXIPkk4I+EjOQpCgiIukuAx
	KM5YnagH9vxUsumQtsAV1s7G3X8KYjYDK9iM3b5xVRyd7S0U0sJECrmdt6GqBZ2B
	1gQeVkVGsV1cK3PIgiXk0iHNGQ1kJE3VZm2aY+Q3qparUdDn36/IYUMpanGK0gt1
	asi3CFY72d23og=
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:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-transfer-encoding
	:mime-version; s=default; bh=z2StRQz1Nsj6N6DL5B6K7X9owtI=; b=rtE
	KvacnCiI9JXHj7sQsvi5xzODneS1nUspV/wjEAZtBr9YpuYixJOYO0Bc2EkOr/4o
	mQqt7x2vs4+62V5SOOePLEXVbKOiKSYMbUgFaXQ75wbr2ksi3rfqS3MThFJyeAPp
	nCo+Vx50trTWBAQTtq39MWM2Pd5LQOWkD7l7IuRI=
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.2 required=5.0 tests=AWL,BAYES_40,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:sk:mail1.b, H*RU:sk:mail1.b, HX-HELO:sk:mail1.b, our
X-HELO: mail1.bemta8.messagelabs.com
X-Env-Sender: bsmith@progress.com
X-Msg-Ref: server-10.tower-73.messagelabs.com!1461104924!21825137!1
X-StarScan-Received:
X-StarScan-Version: 8.28; banners=-,-,-
X-VirusChecked: Checked
From: Bill Smith <bsmith@progress.com>
To: silverwind <silv3rwind@gmail.com>, "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: RE: git and absolute Windows-style paths
Date: Tue, 19 Apr 2016 22:28:31 +0000
Message-ID: <e8b47924c6ff4f07993627dbb26f7066@ntmaexbe04.bedford.progress.com>
References: <57169662.9060503@gmail.com>
In-Reply-To: <57169662.9060503@gmail.com>
x-ms-exchange-transport-fromentityheader: Hosted
x-ems-proccessed: +CmIlJ+kdV7Z341JADFd9w==
x-ems-stamp: NX26K3UBXa1UrGv9NlcY0g==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id u3JMT3sS029384



> $ git add C:\\test\\file         <-- this fails despite exit code 0
[Bill Smith] 
Does it work if you do:

git add c:/test/file

We use the mixed mode paths extensively with Cygwin in our environment and it works well.  We have the issue of having to work with non-Cygwin aware Windows programs.

