diff options
author | Rémy Coutable <remy@rymai.me> | 2018-01-30 11:32:12 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-01-30 11:32:12 +0000 |
commit | 2d48109469c404b66d4e547c37023a330b81b38a (patch) | |
tree | 4ffeff73ca8ee67a2361d2df1e45f6e26164cde9 /doc | |
parent | 51c8d5b2f3517e37b5313fc7f57436c2f6da5e4b (diff) | |
parent | 1d246b1bc3755ff09f2117dcef54e572e8facde9 (diff) | |
download | gitlab-ce-2d48109469c404b66d4e547c37023a330b81b38a.tar.gz |
Merge branch 'patch-28' into 'master'
Update index.md
See merge request gitlab-org/gitlab-ce!16733
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/repository/branches/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/repository/branches/index.md b/doc/user/project/repository/branches/index.md index 26c55891b3c..9d16a4c74f2 100644 --- a/doc/user/project/repository/branches/index.md +++ b/doc/user/project/repository/branches/index.md @@ -18,7 +18,7 @@ When you create a new [project](../../index.md), GitLab sets `master` as the def branch for your project. You can choose another branch to be your project's default under your project's **Settings > General**. -The default branch is the branched affected by the +The default branch is the branch affected by the [issue closing pattern](../../issues/automatic_issue_closing.md), which means that _an issue will be closed when a merge request is merged to the **default branch**_. |