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 9f9d970 + 8584898 commit 36007c1Copy full SHA for 36007c1
compat/mingw.c
@@ -17,6 +17,8 @@
17
#include "../trace2.h"
18
#include "../symlinks.h"
19
#include "../wrapper.h"
20
+#include "../write-or-die.h"
21
+#include "../repository.h"
22
#include "../repository.h"
23
#include "dir.h"
24
#include "gettext.h"
@@ -3537,6 +3539,7 @@ int wmain(int argc, const wchar_t **wargv)
3537
3539
#endif
3538
3540
3541
maybe_redirect_std_handles();
3542
+ fsync_object_files = 1;
3543
3544
/* determine size of argv and environ conversion buffer */
3545
maxlen = wcslen(wargv[0]);
0 commit comments