Skip to content

Commit aea4365

Browse files
committed
Add a page explaining that XP/2003 are no longer supported
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 418c724 commit aea4365

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Gruntfile.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ module.exports = function(grunt) {
1111
src: ['governance-model.md'],
1212
dest: 'governance-model.html'
1313
}]
14+
},
15+
requirements: {
16+
files: [{
17+
src: ['requirements.md'],
18+
dest: 'requirements.html'
19+
}]
1420
}
1521
},
1622

requirements.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Prerequisites
2+
3+
This page lists the prerequisites required to run [Git for Windows](https://git-for-windows.github.io/).
4+
5+
## Windows version
6+
7+
As of Git for Windows v2.10.1, Windows Vista or later are required. 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).
8+
9+
Why?
10+
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 XP and Windows Server 2003 are years past their official end of life, the Cygwin project ended their Herculean efforts to support those Windows versions.

0 commit comments

Comments
 (0)