Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab FOSS GitLab FOSS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLab FOSSGitLab FOSS
  • Issues
  • #64320
Closed
Open
Issue created Jul 09, 2019 by Christian Couder@chriscoolDeveloper

Add more git push options

This is a follow up to https://gitlab.com/gitlab-org/gitlab-ce/issues/43263 and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26752 which added the following push options:

  • -o merge_request.create
  • -o merge_request.target=branch1
  • -o merge_request.merge_when_pipeline_succeeds

The new push options that would be useful on top of the above are:

  • -o merge_request.should_remove_source_branch
  • -o merge_request.title
  • -o merge_request.description

I am asking for the above in behalf of @avar who is currently away.

I realized that there is already -o ci.skip (see https://docs.gitlab.com/ee/ci/yaml/#skipping-jobs), so as far as I understand there is no need for -o merge_this_right_away that was suggested.

This is related to: https://gitlab.com/gitlab-org/gitlab-ce/issues/5942

Edited Jul 12, 2019 by Christian Couder
Assignee
Assign to
Time tracking