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:
authorKarthik Nayak <knayak@gitlab.com>2023-09-18 13:47:11 +0300
committerKarthik Nayak <knayak@gitlab.com>2023-09-19 11:53:18 +0300
commit1f698c8ee4725c7040254040934c8ecc2fb8eff0 (patch)
treeed7105c20ab7aba3a21f237c1a4577a9fa801eda /internal/featureflag
parent42a6e31a57ac3ba757f49f4d5bd37db330eff6ee (diff)
featureflag: Remove the `GitV242` flag
The featureflag `GitV242` was introduced to rollout git v2.42. Since the rollout was completed in the previous release (16.4), we can safely remove the flag.
Diffstat (limited to 'internal/featureflag')
-rw-r--r--internal/featureflag/ff_git_v242.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/featureflag/ff_git_v242.go b/internal/featureflag/ff_git_v242.go
deleted file mode 100644
index 18c983201..000000000
--- a/internal/featureflag/ff_git_v242.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package featureflag
-
-// GitV242 enables the use of Git v2.42.
-var GitV242 = NewFeatureFlag(
- "git_v242",
- "v16.4.0",
- "https://gitlab.com/gitlab-org/gitaly/-/issues/5539",
- true,
-)