[PATCH 1/9] README: add GitLab CI badge to make it more discoverable
From: Patrick Steinhardt <hidden>
Date: 2026-07-02 12:01:07
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Patrick Steinhardt <hidden>
Date: 2026-07-02 12:01:07
Subsystem:
the rest · Maintainer:
Linus Torvalds
The Git project uses CI systems from both GitHub and GitLab. While both of these systems are extensively used in day-to-day work, we only have a link to the GitHub Workflows in our README, which makes the GitLab CI hard to discover. Improve the situation by adding a second badge for GitLab CI to our README. Signed-off-by: Patrick Steinhardt <redacted> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d87bca1b8c..46489b0971 100644
--- a/README.md
+++ b/README.md@@ -1,4 +1,5 @@ -[](https://github.com/git/git/actions?query=branch%3Amaster+event%3Apush) +[](https://github.com/git/git/actions?query=branch%3Amaster+event%3Apush) +[](https://gitlab.com/git-scm/git/-/pipelines?ref=master) Git - fast, scalable, distributed revision control system =========================================================
--
2.55.0.795.g602f6c329a.dirty