Skip to content

Commit 9c44a5b

Browse files
committed
fixup! mingw: ensure that core.longPaths is handled *always*
Signed-off-by: Derrick Stolee <[email protected]>
1 parent 9981f77 commit 9c44a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/upload-archive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "pkt-line.h"
88
#include "sideband.h"
99
#include "run-command.h"
10-
#include "argv-array.h"
10+
#include "strvec.h"
1111
#include "config.h"
1212

1313
static const char upload_archive_usage[] =

0 commit comments

Comments
 (0)