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:
authorToon Claes <toon@gitlab.com>2022-02-28 19:27:30 +0300
committerToon Claes <toon@gitlab.com>2022-02-28 19:27:30 +0300
commitd3caab41ad4b2d4044e063ac626478214c3cbc40 (patch)
tree4fb85d1fcaa760e2313832a4567121e2c8e92bd3
parentc05b46905eacc7f4bd69f738fdf85ebb0b84ee4b (diff)
parent52625870d2f973dc56128fb2aadb26715b521b2f (diff)
Merge branch 'pks-ff-enable-bundled-git' into 'master'
git: Enable use of bundled Git by default See merge request gitlab-org/gitaly!4376
-rw-r--r--internal/metadata/featureflag/ff_use_bundled_git.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/ff_use_bundled_git.go b/internal/metadata/featureflag/ff_use_bundled_git.go
index dfd12464d..e833c4e78 100644
--- a/internal/metadata/featureflag/ff_use_bundled_git.go
+++ b/internal/metadata/featureflag/ff_use_bundled_git.go
@@ -2,4 +2,4 @@ package featureflag
// UseBundledGit enables the use of bundled Git if the Gitaly configuration has both a binary path
// and the bundled Git enabled.
-var UseBundledGit = NewFeatureFlag("use_bundled_git", false)
+var UseBundledGit = NewFeatureFlag("use_bundled_git", true)