1. 24 Jul, 2019 1 commit
    • Christian Couder's avatar
      Support title and desc on merge w/ push option · 7cf4bf84
      Christian Couder authored
      MergeRequests::PushOptionsHandlerService has been updated to allow
      creating and updating merge requests with the `title` and
      `description` set using git push options.
      
      To create a new merge request and set its title and description:
      
            git push -u origin -o merge_request.create \
              -o merge_request.title="My title" \
              -o merge_request.description="My description"
      
      To update an existing merge request and set its title and
      description:
      
            git push -u origin -o merge_request.title="My title" \
              -o merge_request.description="My description"
      
      Issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64320
      7cf4bf84
  2. 23 Jul, 2019 20 commits
  3. 22 Jul, 2019 19 commits