]> git.ipfire.org Git - thirdparty/git.git/commit
mingw(arm64): do move the `/etc/git*` location
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 23 Apr 2025 08:01:47 +0000 (08:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Apr 2025 16:16:20 +0000 (09:16 -0700)
commit619950d421f5d99edcb012ce59856bbaac07083d
tree83333e3e787b80ecae4447b06ceabc494019afcf
parent8945fba590f43a36af221b668de687e96026552a
mingw(arm64): do move the `/etc/git*` location

In fb5e3378f8 (mingw: move Git for Windows' system config where users
expect it, 2021-06-22), I moved the location of Git for Windows' system
config and system Git attributes file to the top-level `/etc/` directory
(because it is a much more obvious location than, say, `/mingw64/etc/`).

The patch relied on a very specific scenario that the newly-supported
Windows/ARM64 builds of `git.exe` fails to fall into. So let's broaden
the condition a bit, so that Windows/ARM64 builds also use that location
(instead of the even more obscure `/clangarm64/etc/` directory).

This fixes https://github.com/git-for-windows/git/issues/5431.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname