You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup! mingw: Embed a manifest to trick UAC into Doing The Right Thing
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#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 <[email protected]>
0 commit comments