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
33d21182
Commit
33d21182
authored
Aug 15, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
e4542348
b9f71bb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/user/project/merge_requests/index.md
doc/user/project/merge_requests/index.md
+6
-0
No files found.
doc/user/project/merge_requests/index.md
View file @
33d21182
...
@@ -334,6 +334,8 @@ git push -o merge_request.create -o merge_request.merge_when_pipeline_succeeds
...
@@ -334,6 +334,8 @@ git push -o merge_request.create -o merge_request.merge_when_pipeline_succeeds
### Set removing the source branch using git push options
### Set removing the source branch using git push options
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/64320) in GitLab 12.2.
To set an existing merge request to remove the source branch when the
To set an existing merge request to remove the source branch when the
merge request is merged, the
merge request is merged, the
`merge_request.remove_source_branch`
push option can be used:
`merge_request.remove_source_branch`
push option can be used:
...
@@ -347,6 +349,8 @@ You can also use this push option in addition to the
...
@@ -347,6 +349,8 @@ You can also use this push option in addition to the
### Set merge request title using git push options
### Set merge request title using git push options
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/64320) in GitLab 12.2.
To set the title of an existing merge request, use
To set the title of an existing merge request, use
the
`merge_request.title`
push option:
the
`merge_request.title`
push option:
...
@@ -359,6 +363,8 @@ You can also use this push option in addition to the
...
@@ -359,6 +363,8 @@ You can also use this push option in addition to the
### Set merge request description using git push options
### Set merge request description using git push options
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/64320) in GitLab 12.2.
To set the description of an existing merge request, use
To set the description of an existing merge request, use
the
`merge_request.description`
push option:
the
`merge_request.description`
push option:
...
...
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