On 02/05/2011 05:09 PM, Rafael Kitover wrote: > On 2/5/2011 11:03 AM, Jared Hance wrote: >> On Sat, 2011-02-05 at 10:24 -0500, Rafael Kitover wrote: >>> Hello, >>> >>> I found the core.filemode option, which ignores executable bits, but I >>> need an option to ignore all mode differences, and such an option does >>> not seem to exist. >> >> The only mode tracked by Git is the executable bit, so this shouldn't >> even be an issue. Are you sure the executable bit isn't the problem? >> > $ git config --global core.filemode > false > > Output of "git diff HEAD" : > > diff --git a/Makefile.PL b/Makefile.PL > old mode 100755 > new mode 100644 > diff --git a/t/02ads.t b/t/02ads.t > old mode 100755 > new mode 100644 > diff --git a/t/02cxn.t b/t/02cxn.t > old mode 100755 > new mode 100644 > diff --git a/t/04os.t b/t/04os.t > old mode 100755 > new mode 100644 Those are all executable bit diffs. -- Andreas Ericsson andreas.ericsson@xxxxxx OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231 Considering the successes of the wars on alcohol, poverty, drugs and terror, I think we should give some serious thought to declaring war on peace. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html