Skip to content

Commit e78b664

Browse files
authored
Merge pull request #54 from rimrul/requirements-update
Requirements update
2 parents 575dd9c + e435041 commit e78b664

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

requirements.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@
4646
<h1 id="prerequisites">Prerequisites</h1>
4747
<p>This page lists the prerequisites required to run <a href="https://gitforwindows.org/">Git for Windows</a>.</p>
4848
<h2 id="windows-version">Windows version</h2>
49-
<p>Git for Windows requires Windows 7 Service Pack 1 or later. 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>
49+
<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>
5050
<p>Why?</p>
51-
<p>Parts of Git are implemented in shell script, and Git for Windows runs those scripts via <a href="https://msys2.github.io/">MSYS2</a>&#39;s POSIX emulation layer, which in turn is based on the <a href="https://cygwin.com">Cygwin POSIX emulation layer</a>. Seeing as Windows Vista, Server 2008, XP and Server 2003 are years past their official end of life, the Cygwin project ended their Herculean efforts to support those Windows versions.</p>
51+
<p>Parts of Git are implemented in shell script, and Git for Windows runs those scripts via <a href="https://msys2.github.io/">MSYS2</a>&#39;s POSIX emulation layer, which in turn is based on the <a href="https://cygwin.com">Cygwin POSIX emulation layer</a>. Seeing as Windows 8, Server 2012, 7, Server 2008 R2, Vista, Server 2008, XP and Server 2003 are years past their official end of life, the Cygwin project ended their Herculean efforts to support those Windows versions.</p>
52+
<p>Git for Windows requires Windows 11 on the ARM64 CPU architecture.</p>
53+
<p>Why?</p>
54+
<p>The POSIX emulation layer mentioned above does not yet exist for ARM64, so we need x86_64 emulation to run the x86_64 version. The required x86_64 emulation is not available prior to Windows 11. While an i686 version exists, that is <a href="https://gitforwindows.org/32-bit.html">on a deprection timeline</a>.</p>
5255

5356
</article>
5457
</section>

requirements.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ This page lists the prerequisites required to run [Git for Windows](https://gitf
44

55
## Windows version
66

7-
Git for Windows requires Windows 7 Service Pack 1 or later. The last version to support Windows Vista and Server 2008 was [v2.37.1](https://github.com/git-for-windows/git/releases/tag/v2.37.1.windows.1). The last version of Git for Windows to support Windows XP and Windows Server 2003 is [v2.10.0](https://github.com/git-for-windows/git/releases/tag/v2.10.0.windows.1).
7+
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 [v2.46.2](https://github.com/git-for-windows/git/releases/tag/v2.46.2.windows.1). The last version to support Windows Vista and Server 2008 was [v2.37.1](https://github.com/git-for-windows/git/releases/tag/v2.37.1.windows.1). The last version of Git for Windows to support Windows XP and Windows Server 2003 is [v2.10.0](https://github.com/git-for-windows/git/releases/tag/v2.10.0.windows.1).
88

99
Why?
1010

11-
Parts of Git are implemented in shell script, and Git for Windows runs those scripts via [MSYS2](https://msys2.github.io/)'s POSIX emulation layer, which in turn is based on the [Cygwin POSIX emulation layer](https://cygwin.com). Seeing as Windows Vista, Server 2008, XP and Server 2003 are years past their official end of life, the Cygwin project ended their Herculean efforts to support those Windows versions.
11+
Parts of Git are implemented in shell script, and Git for Windows runs those scripts via [MSYS2](https://msys2.github.io/)'s POSIX emulation layer, which in turn is based on the [Cygwin POSIX emulation layer](https://cygwin.com). Seeing as Windows 8, Server 2012, 7, Server 2008 R2, Vista, Server 2008, XP and Server 2003 are years past their official end of life, the Cygwin project ended their Herculean efforts to support those Windows versions.
12+
13+
Git for Windows requires Windows 11 on the ARM64 CPU architecture.
14+
15+
Why?
16+
17+
The POSIX emulation layer mentioned above does not yet exist for ARM64, so we need x86_64 emulation to run the x86_64 version. The required x86_64 emulation is not available prior to Windows 11. While an i686 version exists, that is [on a deprection timeline](https://gitforwindows.org/32-bit.html).

0 commit comments

Comments
 (0)