Add a "check-files" command, which is useful for scripting
[git.git] / checkout-cache.c
index cfbc47e..73a1a8d 100644 (file)
@@ -46,7 +46,7 @@ static void create_directories(const char *path)
                len = slash - path;
                memcpy(buf, path, len);
                buf[len] = 0;
-               mkdir(buf, 0700);
+               mkdir(buf, 0755);
        }
 }