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: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 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-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 AT progress DOT 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 To: silverwind , "cygwin AT cygwin DOT com" Subject: RE: git and absolute Windows-style paths Date: Tue, 19 Apr 2016 22:28:31 +0000 Message-ID: References: <57169662 DOT 9060503 AT gmail DOT 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.