Skip to content

Commit d1c91db

Browse files
Merge pull request git-for-windows#436: Merge Git for Windows v2.33.0(2)
There have been a few fixups, nothing dramatic, and we should probably update `vfs-2.33.0` to reflect those changes.
2 parents f120a72 + 8735530 commit d1c91db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
if: failure()
272272
- name: Upload failed tests' directories
273273
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
274-
uses: actions/upload-artifact@v2
274+
uses: actions/upload-artifact@v1
275275
with:
276276
name: failed-tests-${{matrix.vector.jobname}}
277277
path: ${{env.FAILED_TEST_ARTIFACTS}}

compat/mingw.h

+1
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ extern int (*win32_is_mount_point)(struct strbuf *path);
472472
#define PATH_SEP ';'
473473
char *mingw_query_user_email(void);
474474
#define query_user_email mingw_query_user_email
475+
struct strbuf;
475476
char *mingw_strbuf_realpath(struct strbuf *resolved, const char *path);
476477
#define platform_strbuf_realpath mingw_strbuf_realpath
477478
#if !defined(__MINGW64_VERSION_MAJOR) && (!defined(_MSC_VER) || _MSC_VER < 1800)

0 commit comments

Comments
 (0)