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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=dXi NyO/klS/i1tkLumrt9Khetx38rO208k7p53bUUHbxPALuB/d/Z3bPt4HQVIKf9gw q7RYif2N+nzZgR2parZfER6+SibilN0diUdrO/jtI0e/wqwh9DWmlJ15W/9MWpyq VgnHasD59yIfsQVx/X4njs9bN1LB5L6y3OvG+f8Q= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=kRZoYuA/k pLhabJPLJe+gYCcnWE=; b=aXtkskuPhmWyaGO2MsnCBfIAt0KC1xutBRxJn/XXE +8kcHEaK2cT/tFpeu2+Mf0BaD4ouHnRB3ihhq9z5mffvT4dBs1v9990vHAfv02/d 4RBKbWNglA1oXbVio61uIK9K+jkHOogOO+haVTg4i5oJegCFAus1aMC8MhGlqjJU Ck= 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=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtpb.spamarrest.com Message-ID: <5511CAD2.2020003@oliveyou.net> Date: Tue, 24 Mar 2015 16:42:25 -0400 From: Chloe User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Cygwin Git thinks files are changed when they aren't Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cygwin Git always thinks files are changed even when they aren't. After a commit with a Windows Git, Cygwin Git shows files as modified. Windows Git -------------------------- C:\Users\Chloe\workspace\AffiliateArbitrage>git status On branch master nothing to commit, working directory clean C:\Users\Chloe\workspace\AffiliateArbitrage>git --version git version 1.9.5.msysgit.1 ------------------------- Cygwin Git ------------------------- $ git status On branch master Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) modified: .project ... dozens of files .... $ git --version git version 2.1.4 $ git diff .project diff --git a/.project b/.project old mode 100644 new mode 100755 $ ls -l .project -rwxrwx---+ 1 Chloe None 574 Mar 10 21:28 .project $ uname -a CYGWIN_NT-6.3-WOW xps 1.7.35(0.287/5/3) 2015-03-04 12:07 i686 Cygwin --------------------------------- -- 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