requirements, 32-bit: clarify end of 32-bit installer support#86
Open
requirements, 32-bit: clarify end of 32-bit installer support#86
Conversation
The requirements page listed i686 as a supported CPU architecture, but full 32-bit support ended with v2.40.x. Since then, only MinGit is provided as a 32-bit artifact. Add a paragraph explaining this and linking to the detailed 32-bit support timeline page for the full deprecation schedule. Also adjust the Windows version requirement to say "64-bit CPU (x64 or amd64)" since that is what current Git for Windows releases target. Assisted-by: Claude Opus 4.6 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
While the plan was to wind down 32-bit installer support quietly after v2.40.x (with only reduced-component updates from that point on), the embargoed security release v2.48.1 ended up accidentally including 32-bit installers as well. Rather than trying to put the genie back in the bottle, this was retroactively declared a parting gift to 32-bit users. It is now definitively the last version to ship with a 32-bit installer, Portable Git and archive; only 32-bit MinGit will be built going forward. Update both pages to reflect this, and switch the 32-bit timeline page from future tense to past tense now that the limited-support phase has concluded. Assisted-by: Claude Opus 4.6 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
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.
The requirements page claimed that Git for Windows supports both i686 and x86_64 CPU architectures, which has not been accurate for a while. Full 32-bit support ended with v2.40.x in March 2023, and the 32-bit timeline page was still written in future tense despite this phase having concluded.
Additionally, while the limited 32-bit support phase (shipping installers with reduced component updates) was meant to wind down quietly, the embargoed security release v2.48.1 ended up accidentally including 32-bit installers as well. Rather than trying to undo that, this was accepted as one last, gracious parting gift to 32-bit users and is now definitively the last version with a 32-bit installer, Portable Git and archive.
This PR: