From add93aaf33f9ccdb3ffdfad20ebe2e42e63f6253 Mon Sep 17 00:00:00 2001
From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr>
Date: Sun, 9 Feb 2025 15:43:12 +0100
Subject: [PATCH] Update to git 2.47.1

---
 .gitlab-ci.yml | 2 +-
 README.md      | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d229873..fa2f57f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 variables:
-  GIT_VERSION: "2.46.0"
+  GIT_VERSION: "2.47.1"
   PYTHON_VERSION: "3.10.8"
   DEFAULT_HELP_FORMAT: "man"
 
diff --git a/README.md b/README.md
index 9c4a4db..2be10af 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Git
 
-Pipeline to build Git 2.46.0 with conan on our legacy CentOS 6.
+Pipeline to build Git 2.47.1 with conan on our legacy CentOS 6.
 
-Git 2.46.0 for:
-* Linux 64 bits: [git-2.46.0-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.46.0/download?job=linux-x86_64)
-* Linux 32 bits: [git-2.46.0-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.46.0/download?job=linux-i686)
+Git 2.47.1 for:
+* Linux 64 bits: [git-2.47.1-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.47.1/download?job=linux-x86_64)
+* Linux 32 bits: [git-2.47.1-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/git/-/jobs/artifacts/2.47.1/download?job=linux-i686)
-- 
GitLab