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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-09-23 11:53:01 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-09-23 11:53:01 +0300
commit95eeb6416fb68077f9de4c20ad224da07aeb487d (patch)
treea3b9f2eb8dc0931c21bff2b7549123c0a73f6146
parent0fba41760e8a74c1e89f1e27a21359769e619f54 (diff)
parent3fca8770ad7b3088268f745c6701653b1f158799 (diff)
Merge branch 'revert-9498ab94' into 'master'
Revert "Merge branch... See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4888 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Patrick Steinhardt <psteinhardt@gitlab.com> Co-authored-by: karthik nayak <knayak@gitlab.com>
-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,
)