Skip to content

Commit

Permalink
Merge branch 'fsync-object-files-always'
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jan 7, 2025
2 parents d91eba2 + d0ddfe1 commit 3149ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compat/mingw.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "gettext.h"
#define SECURITY_WIN32
#include <sspi.h>
#include "../write-or-die.h"
#include "../repository.h"

#define HCAST(type, handle) ((type)(intptr_t)handle)
Expand Down Expand Up @@ -3620,6 +3621,7 @@ int wmain(int argc, const wchar_t **wargv)
#endif

maybe_redirect_std_handles();
fsync_object_files = 1;

/* determine size of argv and environ conversion buffer */
maxlen = wcslen(wargv[0]);
Expand Down

0 comments on commit 3149ce0

Please sign in to comment.