Mark Levedahl <mlevedahl@xxxxxxxxx> writes: > Cygwin's POSIX emulation allows use of core.filemode true, unlike native > Window's implementation of stat / lstat, and Cygwin/git users who have > configured core.filemode true in various repositories will be very > unpleasantly surprised to find that git is no longer honoring that option. > So, this patch forces use of Cygwin's stat functions if core.filemode is > set true, regardless of any other considerations. > > Signed-off-by: Mark Levedahl <mlevedahl@xxxxxxxxx> > --- > Updated to use trust_executable_bit as suggested on the list. Before you do that, can you explain why git_cygwin_config() should duplicate the setting of that variable instead of using the existing parser for that variable by calling git_default_config()? -- 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