From: Patrick Steinhardt Date: Mon, 6 Jul 2026 06:23:56 +0000 (+0200) Subject: README: add GitLab CI badge to make it more discoverable X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fc1bac6b57a99cefe2c0febbe57bd19bd3e03ab9;p=thirdparty%2Fgit.git README: add GitLab CI badge to make it more discoverable 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 Signed-off-by: Junio C Hamano --- diff --git a/README.md b/README.md index d87bca1b8c..46489b0971 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![Build status](https://github.com/git/git/workflows/CI/badge.svg)](https://github.com/git/git/actions?query=branch%3Amaster+event%3Apush) +[![GitHub build status](https://github.com/git/git/workflows/CI/badge.svg)](https://github.com/git/git/actions?query=branch%3Amaster+event%3Apush) +[![GitLab build status](https://gitlab.com/git-scm/git/badges/master/pipeline.svg)](https://gitlab.com/git-scm/git/-/pipelines?ref=master) Git - fast, scalable, distributed revision control system =========================================================