From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: Johannes Schindelin <johannes.schindelin@gmx.de>
Subject: [PATCH 0/4] mingw: rename and open fixes
Date: Sun, 03 Aug 2025 21:25:14 +0000 [thread overview]
Message-ID: <pull.1948.git.1754256318.gitgitgadget@gmail.com> (raw)
The recent change of mingw_rename() to use POSIX semantics had quite a bit
of fall-out, breaking in pre-Windows 11 setups that use ReFS, and in a
different way on Windows Server 2016.
While at it, this patch series also upstreams two related patches that
matured in Git for Windows for long enough already.
Johannes Schindelin (3):
mingw: drop Windows 7-specific work-around
mingw_rename: support ReFS on Windows 2022
mingw: support Windows Server 2016 again
Matthias Aßhauer (1):
mingw_open_existing: handle directories better
Documentation/config/core.adoc | 6 ---
compat/mingw.c | 93 +++++++++-------------------------
2 files changed, 23 insertions(+), 76 deletions(-)
base-commit: 866e6a391f466baeeb98bc585845ea638322c04b
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1948%2Fdscho%2Fmingw-rename-and-open-fixes-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1948/dscho/mingw-rename-and-open-fixes-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1948
--
gitgitgadget
next reply other threads:[~2025-08-03 21:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-03 21:25 Johannes Schindelin via GitGitGadget [this message]
2025-08-03 21:25 ` [PATCH 1/4] mingw_open_existing: handle directories better Matthias Aßhauer via GitGitGadget
2025-08-03 21:25 ` [PATCH 2/4] mingw: drop Windows 7-specific work-around Johannes Schindelin via GitGitGadget
2025-08-04 8:54 ` Oswald Buddenhagen
2025-08-03 21:25 ` [PATCH 3/4] mingw_rename: support ReFS on Windows 2022 Johannes Schindelin via GitGitGadget
2025-08-03 21:25 ` [PATCH 4/4] mingw: support Windows Server 2016 again Johannes Schindelin via GitGitGadget
2025-08-04 1:29 ` [PATCH 0/4] mingw: rename and open fixes Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pull.1948.git.1754256318.gitgitgadget@gmail.com \
--to=gitgitgadget@gmail.com \
--cc=git@vger.kernel.org \
--cc=johannes.schindelin@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).