Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Tobler <jtobler@gitlab.com>2023-07-04 22:20:52 +0300
committerJustin Tobler <jtobler@gitlab.com>2023-07-05 19:59:41 +0300
commit3bb1afd6ca345bc37dd9021ca65846a696f1f924 (patch)
treedf31b68e2c2e36f514dc188abed7f2445b1ad303 /README.md
parent93b22126b838c5f4eb8a7c978bd6a9a1945d4ef3 (diff)
git: Bump minimum version of Git to 2.41
This change sets the required minimum version of Git to v2.41 so new Git features can be used.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7e0c77962..649b70693 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Most users won't install Gitaly on its own. It is already included in
Gitaly requires Go 1.19 or Go 1.20. Run `make` to compile the executables
required by Gitaly.
-Gitaly uses `git`. Versions `2.40.0` and newer are supported.
+Gitaly uses `git`. Versions `2.41.0` and newer are supported.
## Configuration