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
This pull request addresses git-for-windows/git/issues/3997 by adding an
additional detection mechanism for externally supplied GnuPG binaries to a new
choice page in the installer and allows the user to "skip" the installation of
the bundled GPG related binaries.
Signed-off-by: Nikolas Grottendieck <[email protected]>
# 1. Collect all GPG related files from $LIST and pacman, sort each and then return the overlap
300
+
# 2. Convert paths to Windows filesystem compatible ones and construct the function body for the DeleteGPGFiles function; one DeleteFile operation per file found
301
+
# 3. Construct DeleteGPGFiles function signature to be used in install.iss
302
+
# 4. Assemble function body and compile flag to be used as guard in install.iss
0 commit comments