Skip to content

Commit e5458d7

Browse files
committed
Migrate the Markdown-based pages to Hugo
The 32-bit, governance-model and requirements pages are now generated via Hugo. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 2220483 commit e5458d7

File tree

6 files changed

+11
-333
lines changed

6 files changed

+11
-333
lines changed

32-bit.html

Lines changed: 0 additions & 82 deletions
This file was deleted.

32-bit.md renamed to content/32-bit.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: 32-bit
3+
---
14
# 32-bit support of Git for Windows
25

36
While Git for Windows v1.x was only ever offered as 32-bit installer (i.e. targeting the i686 CPU architecture), with the switch of Git for Windows v2.x in August 2015 to depend on [MSYS2](https://www.msys2.org/), there have been two variants: the 32-bit and the 64-bit (x86\_64) one.

governance-model.md renamed to content/governance-model.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: governance-model
3+
---
14
# Git for Windows governance model
25

36
## Overview
@@ -114,4 +117,4 @@ place for a contributor to ask for help when making their first contribution. Pl
114117
The benevolent dictatorship model does not need a formal conflict resolution process, since the
115118
project lead’s word is final. If the community chooses to question the wisdom of the actions of a
116119
committer, the project lead can review their decisions by checking the email archives, and either
117-
uphold or reverse them.
120+
uphold or reverse them.

requirements.md renamed to content/requirements.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: requirements
3+
---
14
# Prerequisites
25

36
This page lists the prerequisites required to run [Git for Windows](https://gitforwindows.org/).
@@ -14,4 +17,4 @@ Git for Windows requires Windows 11 on the ARM64 CPU architecture.
1417

1518
Why?
1619

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).
20+
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).

governance-model.html

Lines changed: 0 additions & 171 deletions
This file was deleted.

0 commit comments

Comments
 (0)