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>2022-09-23 10:45:05 +0300
committerkarthik nayak <knayak@gitlab.com>2022-09-23 10:45:05 +0300
commit3fca8770ad7b3088268f745c6701653b1f158799 (patch)
tree57168f4240e62801aaab89ff365609ecf63e1775
parent9498ab9459048cc595d8e2e411b027d080c0ab0f (diff)
Revert "Merge branch '4452-feature-flag-roll-out-simplify_find_local_branches_response' into 'master'"
This reverts merge request !4884
-rw-r--r--internal/metadata/featureflag/ff_simplify_find_local_branches_response.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/ff_simplify_find_local_branches_response.go b/internal/metadata/featureflag/ff_simplify_find_local_branches_response.go
index a324b6db7..04dfc9f3b 100644
--- a/internal/metadata/featureflag/ff_simplify_find_local_branches_response.go
+++ b/internal/metadata/featureflag/ff_simplify_find_local_branches_response.go
@@ -6,5 +6,5 @@ var SimplifyFindLocalBranchesResponse = NewFeatureFlag(
"simplify_find_local_branches_response",
"v15.4.0",
"https://gitlab.com/gitlab-org/gitaly/-/issues/1294",
- true,
+ false,
)