Skip to content

Commit 283a87c

Browse files
committed
Migrate architecture.md to Hugo
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent cecffdb commit 283a87c

File tree

2 files changed

+4
-152
lines changed

2 files changed

+4
-152
lines changed

architecture.html

-151
This file was deleted.

architecture.md renamed to content/architecture.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: The architecture of GitGitGadget
3+
---
14
# How does GitGitGadget process user comments on PRs?
25

36
GitGitGadget is implemented as a GitHub App (with the very imaginative name ["GitGitGadget"](https://github.com/apps/gitgitgadget)), which means that a webhook is called on certain events, such as new PR comments on PRs (e.g. `issue_comment`).
@@ -148,4 +151,4 @@ The two pipelines are identical except for these aspects:
148151
149152
### Git GUI's branches
150153
151-
As GitGitGadget can also be used to contribute Git GUI patches and patch series, there is also the [Synchronize git-gui.git (branches only) to GitGitGadget](https://dev.azure.com/gitgitgadget/git/_build?definitionId=10) pipeline. It mirrors the branches of Pratyush Yadav's repository (i.e. the current Git GUI maintainer's authoritative repository) into the `git-gui/*` namespace on `gitgitgadget/git`.
154+
As GitGitGadget can also be used to contribute Git GUI patches and patch series, there is also the [Synchronize git-gui.git (branches only) to GitGitGadget](https://dev.azure.com/gitgitgadget/git/_build?definitionId=10) pipeline. It mirrors the branches of Pratyush Yadav's repository (i.e. the current Git GUI maintainer's authoritative repository) into the `git-gui/*` namespace on `gitgitgadget/git`.

0 commit comments

Comments
 (0)