mirror of
https://github.com/git/git.git
synced 2026-02-11 18:30:40 +00:00
Also mark the Git executable as compatible with Windows Vista or later (at the time of writing, the latest version is Windows 10) because otherwise the manifest would be ignored on Windows 8.1 or later. This fixes https://github.com/git-for-windows/git/issues/258. In Git for Windows 2.x' context, we technically do not need to embed the <compatibility> section ourselves because MSys2's mingw-w64-<arch>-windows-default-manifest package already contains it, starting with version 6.4-2 (release on or after July 10th, 2015). However, not all Git developers use MSys2 on Windows (doubtlessly in an attempt to make the life of Git for Windows' maintainer harder than necessary), therefore we still need to add that section explicitly. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>