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/metadata/featureflag/ff_revlist_for_connectivity.go')
-rw-r--r--internal/metadata/featureflag/ff_revlist_for_connectivity.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/internal/metadata/featureflag/ff_revlist_for_connectivity.go b/internal/metadata/featureflag/ff_revlist_for_connectivity.go
deleted file mode 100644
index 09c667fb4..000000000
--- a/internal/metadata/featureflag/ff_revlist_for_connectivity.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package featureflag
-
-// RevlistForConnectivity causes the connectivity check when removing alternates
-// files to use git-rev-list instead of git-fsck
-var RevlistForConnectivity = NewFeatureFlag(
- "revlist_for_connectivity",
- "v15.5.0",
- "https://gitlab.com/gitlab-org/gitaly/-/issues/4489",
- false,
-)