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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-08-04 08:55:15 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-08-04 08:55:15 +0300
commitaa2dda0777880de1744efbd58fa1a95b4c2fbfa4 (patch)
treedb969a5cdb1b9a194ebfb1af4df287a7082f61b2
parent30c010ce568c2e387728658b752fd65ee4f2a926 (diff)
git: Default-enable use of Git v2.37.1.gl1pks-git-v2.37.1.gl1-default-enable
We have finally been able to roll out Git v2.37.1.gl1 to production without any issues observed so far. So let's default-enable this new Git version so that background jobs will also start to use it. Changelog: changed
-rw-r--r--internal/metadata/featureflag/ff_git_v2371.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/ff_git_v2371.go b/internal/metadata/featureflag/ff_git_v2371.go
index b68423548..86e665a31 100644
--- a/internal/metadata/featureflag/ff_git_v2371.go
+++ b/internal/metadata/featureflag/ff_git_v2371.go
@@ -5,5 +5,5 @@ var GitV2371Gl1 = NewFeatureFlag(
"git_v2371gl1",
"v15.0.0",
"https://gitlab.com/gitlab-org/gitaly/-/issues/4194",
- false,
+ true,
)