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:
Diffstat (limited to 'internal/git/execution_environment.go')
-rw-r--r--internal/git/execution_environment.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/git/execution_environment.go b/internal/git/execution_environment.go
index d140c6f44..a13f1dfad 100644
--- a/internal/git/execution_environment.go
+++ b/internal/git/execution_environment.go
@@ -26,6 +26,13 @@ var (
// case `IsEnabled()` returns `false` though.
ExecutionEnvironmentConstructors = []ExecutionEnvironmentConstructor{
BundledGitEnvironmentConstructor{
+ Suffix: "-v2.35.1.gl1",
+ FeatureFlags: []featureflag.FeatureFlag{
+ featureflag.UseBundledGit,
+ featureflag.GitV2351WithFetchSpeedups,
+ },
+ },
+ BundledGitEnvironmentConstructor{
// This is the current default bundled Git environment, which does not yet
// have a version suffix.
Suffix: "",