We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d48929e + 085479e commit 6124690Copy full SHA for 6124690
compat/cygwin.c
@@ -101,7 +101,7 @@ static int cygwin_stat(const char *path, struct stat *buf)
101
* and calling git_default_config() from here would break such variables.
102
*/
103
static int native_stat = 1;
104
-static int core_filemode;
+static int core_filemode = 1; /* matches trust_executable_bit default */
105
106
static int git_cygwin_config(const char *var, const char *value, void *cb)
107
{
0 commit comments