X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <49EFD328.6070000@byu.net> References: <7c737f300904221917g5593fd52j90394a9b66d3b914 AT mail DOT gmail DOT com> <49EFD328 DOT 6070000 AT byu DOT net> Date: Wed, 22 Apr 2009 22:52:50 -0400 Message-ID: <7c737f300904221952vfa3356pe267899efdf154ba@mail.gmail.com> Subject: Re: Cygwin git and Windows native Git differ on flipping permissions From: Alexy Khrabrov To: Eric Blake Cc: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Wed, Apr 22, 2009 at 10:32 PM, Eric Blake wrote: > ...the native windows git is compiled with a flag that > states that the x bit is unreliable (which, in general, Windows apps are > so lousy with their handling of the x bit on NTFS, and it is impossible to > track x bit on FAT, is probably the right thing). =A0Meanwhile, the cygwin > git is compiled to respect the x bit, because cygwin does a better job of > properly managing x bits on NTFS, and doing a better job of a reasonable > fake of the x bit on FAT. Eric -- thanks for the illumination! :) Now I wonder whether respecting the x bit can be a configurable option in git, or Windows native folks can make it such, or you can make it such? Now that we have two sets of gits, and a Visual Studio plugin from Git Extensions using the native one, there's a benefit to being able to ignore the x difference when desirable. Cheers, Alexy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/