build-git-installers: integrate fix from v2.52.0.vfs.0.2#831
Merged
dscho merged 1 commit intovfs-2.52.0from Dec 18, 2025
Merged
build-git-installers: integrate fix from v2.52.0.vfs.0.2#831dscho merged 1 commit intovfs-2.52.0from
dscho merged 1 commit intovfs-2.52.0from
Conversation
build-git-installers: prepare for the big split of mingw-w64-git In git-for-windows/MINGW-packages#172, the `mingw-w64-git` package was split into multiple packages, with the new primary package as Git for Windows is concerned being the `mingw-w64-git-for-windows-addons` one. Accommodate for that change by simply adding (almost) all of the packages that were built to the command-line via `--pkg` options, instead of hardcoding the `mingw-w64-git` and `mingw-w64-git-doc-html` one. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
mjcheetham
approved these changes
Dec 18, 2025
Member
Author
|
For the record: This is a sibling of #830. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This was required to build v2.52.0.vfs.0.2
In git-for-windows/MINGW-packages#172, the
mingw-w64-gitpackage was split into multiple packages, with the new primary package as Git for Windows is concerned being themingw-w64-git-for-windows-addonsone.Accommodate for that change by simply adding (almost) all of the packages that were built to the command-line via
--pkgoptions, instead of hardcoding themingw-w64-gitandmingw-w64-git-doc-htmlone.