Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a8acebd4
Commit
a8acebd4
authored
Oct 24, 2018
by
Stephen Wade
Committed by
Evan Read
Oct 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix link in doc/user/project/repository/branches/index.md
parent
8dade8af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
doc/user/project/repository/branches/index.md
doc/user/project/repository/branches/index.md
+3
-6
No files found.
doc/user/project/repository/branches/index.md
View file @
a8acebd4
...
...
@@ -30,12 +30,12 @@ to learn more.
## Delete merged branches
> [Introduced]
[ce-6449]
in GitLab 8.14.
> [Introduced]
(https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6449)
in GitLab 8.14.
![
Delete merged branches
](
img/delete_merged_branches.png
)
This feature allows merged branches to be deleted in bulk. Only branches that
have been merged and
[
are not protected
]
[
protected
]
will be deleted as part of
have been merged and
[
are not protected
]
(
../../protected_branches.md
)
will be deleted as part of
this operation.
It's particularly useful to clean up old branches that were not deleted
...
...
@@ -44,7 +44,7 @@ automatically when a merge request was merged.
## Branch filter search box
> [Introduced]
[https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22166]
in GitLab 11.5.
> [Introduced]
(https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22166)
in GitLab 11.5.
![
Branch filter search box
](
img/branch_filter_search_box.png
)
...
...
@@ -57,6 +57,3 @@ Sometimes when you have hundreds of branches you may want a more flexible matchi
-
`^feature`
will only match branch names that begin with 'feature'.
-
`feature$`
will only match branch names that end with 'feature'.
[
ce-6449
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6449
"Add button to delete all merged branches"
[
protected
]:
../../protected_branches.md
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment