Skip to content

Requirements update #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Conversation

rimrul
Copy link
Member

@rimrul rimrul commented Nov 26, 2024

No description provided.

As pointed out in [1] our website still claims we support Windows 7.
We don't. Teach the website about this change.

[1] git-for-windows/git#5280 (comment)

Signed-off-by: Matthias Aßhauer <[email protected]>
Our current requirements page only mentions requirements for Intel CPUs,
but we also support ARM64 now. The requirements on ARM64 are a bit
different from existing CPU architectures, so we should explain them,
too.

Signed-off-by: Matthias Aßhauer <[email protected]>
@@ -46,9 +46,12 @@
<h1 id="prerequisites">Prerequisites</h1>
<p>This page lists the prerequisites required to run <a href="https://gitforwindows.org/">Git for Windows</a>.</p>
<h2 id="windows-version">Windows version</h2>
<p>Git for Windows requires Windows 8.1 or later. The last version to support Windows 7, 8, Server 2008 R2 and Server 2012 was <a href="https://github.com/git-for-windows/git/releases/tag/v2.46.2.windows.1">v2.46.2</a>. The last version to support Windows Vista and Server 2008 was <a href="https://github.com/git-for-windows/git/releases/tag/v2.37.1.windows.1">v2.37.1</a>. The last version of Git for Windows to support Windows XP and Windows Server 2003 is <a href="https://github.com/git-for-windows/git/releases/tag/v2.10.0.windows.1">v2.10.0</a>.</p>
<p>Git for Windows requires Windows 8.1 or later on i686 and x86_64 CPU architectures. The last version to support Windows 7, 8, Server 2008 R2 and Server 2012 was <a href="https://github.com/git-for-windows/git/releases/tag/v2.46.2.windows.1">v2.46.2</a>. The last version to support Windows Vista and Server 2008 was <a href="https://github.com/git-for-windows/git/releases/tag/v2.37.1.windows.1">v2.37.1</a>. The last version of Git for Windows to support Windows XP and Windows Server 2003 is <a href="https://github.com/git-for-windows/git/releases/tag/v2.10.0.windows.1">v2.10.0</a>.</p>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I decided to mirror the architecture names from 32-bit.html for consistency.

@rimrul rimrul requested a review from dscho November 26, 2024 20:13
Copy link
Member

@dscho dscho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dscho dscho merged commit e78b664 into git-for-windows:main Nov 26, 2024
@rimrul rimrul deleted the requirements-update branch November 26, 2024 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Git-for-windows 2.47.1 x86_64 does not work on windows 7 (GetSystemTimePreciseAsFileTime not found in dll kernel32.dll)
2 participants