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.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/git/execution_environment.go b/internal/git/execution_environment.go
index dd9cd0844..9f5fbf56f 100644
--- a/internal/git/execution_environment.go
+++ b/internal/git/execution_environment.go
@@ -26,12 +26,6 @@ var (
defaultExecutionEnvironmentConstructors = []ExecutionEnvironmentConstructor{
BundledGitEnvironmentConstructor{
Suffix: "-v2.43",
- FeatureFlags: []featureflag.FeatureFlag{
- featureflag.GitV243,
- },
- },
- BundledGitEnvironmentConstructor{
- Suffix: "-v2.42",
},
DistributedGitEnvironmentConstructor{},
}