git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] mingw: rename and open fixes
@ 2025-08-03 21:25 Johannes Schindelin via GitGitGadget
  2025-08-03 21:25 ` [PATCH 1/4] mingw_open_existing: handle directories better Matthias Aßhauer via GitGitGadget
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Johannes Schindelin via GitGitGadget @ 2025-08-03 21:25 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-04  8:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-03 21:25 [PATCH 0/4] mingw: rename and open fixes Johannes Schindelin via GitGitGadget
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

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).