From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25020 invoked by alias); 24 Mar 2015 20:42:28 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 25011 invoked by uid 89); 24 Mar 2015 20:42:28 -0000 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 Received: from smtpb.spamarrest.com (HELO smtpb.spamarrest.com) (74.86.119.220) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 24 Mar 2015 20:42:27 +0000 Received: from [192.168.16.105] (localhost.localdomain [127.0.0.1]) (Authenticated sender: starrychloe) by smtpb.spamarrest.com (Postfix) with ESMTPA id 6A375FBC135 for ; Tue, 24 Mar 2015 15:42:23 -0500 (CDT) Message-ID: <5511CAD2.2020003@oliveyou.net> Date: Tue, 24 Mar 2015 21:24:00 -0000 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@cygwin.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 X-SW-Source: 2015-03/txt/msg00439.txt.bz2 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