Skip to content

Update git-gui references #24

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 1 commit into from
Aug 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GitGitGadget works on both GitGitGadget's Git fork ([https://github.com/gitgitga
| Comments on the PR when the series is integrated into `seen`, `next`, `master` and `maint` | ✓ | ✓
| Adds a label to the PR when the series is integrated into `seen`, `next`, `master` and `maint` | ✓ | ✓
| PRs can target `seen`, `next`, `master` and `maint` | ✓ | ✓
| PRs can target any topic branch in the maintainer's fork, as well as [`git-gui/master`](https://github.com/prati0100/git-gui) | ✓ | ✗
| PRs can target any topic branch in the maintainer's fork, as well as [`git-gui/master`](https://github.com/j6t/git-gui) | ✓ | ✗
| Creates a direct link between the last commit of the series and the corresponding commit in the "most upstream" integration branch as a GitHub check | ✓ | ✗

</div>
Expand Down
2 changes: 1 addition & 1 deletion content/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ The two pipelines are identical except for these aspects:
### Git GUI's branches
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`.
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 former Git GUI maintainer's authoritative repository) into the `git-gui/*` namespace on `gitgitgadget/git`.