Commit f9f7cbaa authored by Phil Hughes's avatar Phil Hughes

Merge branch...

Merge branch '221013-add-instance-setting-for-default-initial-branch-name-for-new-repositories' into 'master'

Set feature flag `global_default_branch_name` to default to true

See merge request gitlab-org/gitlab!36889
parents a3787b4c e5859953
......@@ -2,7 +2,7 @@
- page_title _("Repository")
- @content_class = "limit-container-width" unless fluid_layout
- if Feature.enabled?(:global_default_branch_name)
- if Feature.enabled?(:global_default_branch_name, default_enabled: true)
%section.settings.as-default-branch-name.no-animate#js-default-branch-name{ class: ('expanded' if expanded_by_default?) }
.settings-header
%h4
......
---
title: Default the feature flag to true to always show the default initial branch
name setting
merge_request: 36889
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment