mirror of
https://github.com/git-for-windows/git.git
synced 2026-02-04 03:22:18 -06:00
Merge branch 'fsync-object-files-always'
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
commit
7a087e0e7f
@ -16,6 +16,7 @@
|
||||
#include "win32.h"
|
||||
#include "win32/lazyload.h"
|
||||
#include "wrapper.h"
|
||||
#include "write-or-die.h"
|
||||
#include <aclapi.h>
|
||||
#include <conio.h>
|
||||
#include <sddl.h>
|
||||
@ -3734,6 +3735,7 @@ int wmain(int argc, const wchar_t **wargv)
|
||||
|
||||
maybe_redirect_std_handles();
|
||||
adjust_symlink_flags();
|
||||
fsync_object_files = 1;
|
||||
|
||||
/* determine size of argv and environ conversion buffer */
|
||||
maxlen = wcslen(wargv[0]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user