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:
authorSami Hiltunen <shiltunen@gitlab.com>2021-04-23 13:02:08 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2021-04-23 13:02:08 +0300
commit008a7fe2b2c5147ad5918f89cfcf2cc372da2d71 (patch)
tree0fa354ddd49cc56b481543382cc9a95fbbeeac5e
parent143f2badf1231fc2661683548915422e4dbe2c60 (diff)
-rw-r--r--internal/metadata/featureflag/feature_flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/metadata/featureflag/feature_flags.go b/internal/metadata/featureflag/feature_flags.go
index 3747bff56..53f7c828f 100644
--- a/internal/metadata/featureflag/feature_flags.go
+++ b/internal/metadata/featureflag/feature_flags.go
@@ -20,7 +20,7 @@ var (
// GoResolveConflicts enables the Go implementation of ResolveConflicts
GoResolveConflicts = FeatureFlag{Name: "go_resolve_conflicts", OnByDefault: false}
// UserRebaseConfirmable
- GoUserRebaseConfirmable = FeatureFlag{Name: "go_user_rebase_confirmable", OnByDefault: false}
+ GoUserRebaseConfirmable = FeatureFlag{Name: "go_user_rebase_confirmable", OnByDefault: true}
// GoUserUpdateSubmodule enables the Go implementation of
// UserUpdateSubmodules
GoUserUpdateSubmodule = FeatureFlag{Name: "go_user_update_submodule", OnByDefault: true}