From caf7f561b43bc088cd14ced678969ea233633095 Mon Sep 17 00:00:00 2001 From: Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Date: Mon, 29 Jan 2024 20:20:30 +0000 Subject: [PATCH] Fix history note formatting --- doc/user/project/repository/mirror/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/user/project/repository/mirror/index.md b/doc/user/project/repository/mirror/index.md index 314f17233242d..a944c3302c80c 100644 --- a/doc/user/project/repository/mirror/index.md +++ b/doc/user/project/repository/mirror/index.md @@ -90,6 +90,7 @@ DETAILS: > - Mirroring branches matching a regex [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/102608) in GitLab 15.8 [with a flag](../../../../administration/feature_flags.md) named `mirror_only_branches_match_regex`. Disabled by default. > - [Enabled by default](https://gitlab.com/gitlab-org/gitlab/-/issues/381667) in GitLab 16.0. > - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/issues/410354) in GitLab 16.2. Feature flag `mirror_only_branches_match_regex` removed. + To mirror only branches with names matching an [re2 regular expression](https://github.com/google/re2/wiki/Syntax), enter a regular expression into the **Mirror specific branches** field. Branches with names that do not match the regular expression are not mirrored. -- GitLab