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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=hH IO9B1UsTanfxZsxKuamA8M2DncCbPWOnrS2tfyVnaUp63+iyE6jfv4gn+cNJUa6M bcQ7TqLlrWd51Dj3VpAwpgHD3Xzq6UgGX7vC6a2P/vVMxlrDtr0cLsX8R913Dfzl PGzyA5l8gqMPg5lmuVX93yYUWGKWPMLMdoavG9XMo= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=T4Hhk2e1 1PE+MHTN8/91B2IZyFo=; b=Fh0n4SOpbT+Rmt/RIFezW0I7foIcSAV4/oMB+PR1 dEyP1ygndtT4oXmMUcui0pg3yiuuPOkaxC5aczgvkd8KZ12VArZCSBrhdxYIuDxE 7lW1wU+cKR6Oz2kPNvUZ1E0Ks16vLA8DdhMZAnAzI6QGafjsfXxL752D4BBRpQKB gVw= 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=-5.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f181.google.com MIME-Version: 1.0 X-Received: by 10.194.23.36 with SMTP id j4mr16037411wjf.105.1441448032035; Sat, 05 Sep 2015 03:13:52 -0700 (PDT) In-Reply-To: References: Date: Sat, 5 Sep 2015 12:13:51 +0200 Message-ID: Subject: Re: Problem with git and file mode changes From: Dani Moncayo To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Adam, Ken, thank you for taking time to help me. (BTW, did you keep my address in CC? Because I didn't get any of your replies. I had to check the mailing list web archive [1]). BTW(2): For the record, some data points I forgot to give in my initial post: * The underlying filesystem is NTFS. * I did not have this problem some weeks ago, with the same system, Cygwin installation, and git repo. Therefore, some change/update in my system/environment must have introduced the problem. Ken's suggestion (setfacl -b test) didn't work, but it did work when I executed it on individual files (eg. 'test/rmailmm.el' instead of 'test'). So the problem is apparently fixed after doing: find . -exec setfacl -b {} \; Thank you so much. -- Dani Moncayo Footnotes: [1] https://cygwin.com/ml/cygwin/2015-09/ -- 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