Skip to content

Migrate to Hugo #56

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 16 commits into from
Mar 10, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 0 additions & 82 deletions 32-bit.html

This file was deleted.

3 changes: 3 additions & 0 deletions 32-bit.md → content/32-bit.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
title: 32-bit
---
# 32-bit support of Git for Windows

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.
Expand Down
5 changes: 4 additions & 1 deletion governance-model.md → content/governance-model.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
title: governance-model
---
# Git for Windows governance model

## Overview
Expand Down Expand Up @@ -114,4 +117,4 @@ place for a contributor to ask for help when making their first contribution. Pl
The benevolent dictatorship model does not need a formal conflict resolution process, since the
project lead’s word is final. If the community chooses to question the wisdom of the actions of a
committer, the project lead can review their decisions by checking the email archives, and either
uphold or reverse them.
uphold or reverse them.
5 changes: 4 additions & 1 deletion requirements.md → content/requirements.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
title: requirements
---
# Prerequisites

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

Why?

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).
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).
171 changes: 0 additions & 171 deletions governance-model.html

This file was deleted.

Loading