Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
63d45f4b
Commit
63d45f4b
authored
Jun 26, 2019
by
Marcin Tojek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CherryPickCommitOptions to be consistent
parent
64b61b05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
commits.go
commits.go
+2
-2
No files found.
commits.go
View file @
63d45f4b
...
...
@@ -485,11 +485,11 @@ func (s *CommitsService) GetMergeRequestsByCommit(pid interface{}, sha string, o
return
mrs
,
resp
,
err
}
// CherryPickCommitOptions represents the available
options for cherry-picking a commit
.
// CherryPickCommitOptions represents the available
CherryPickCommit() options
.
//
// GitLab API docs: https://docs.gitlab.com/ce/api/commits.html#cherry-pick-a-commit
type
CherryPickCommitOptions
struct
{
TargetBranch
*
string
`url:"branch
" json:"branch,omitempty"`
Branch
*
string
`url:"branch,omitempty
" json:"branch,omitempty"`
}
// CherryPickCommit cherry picks a commit to a given branch.
...
...
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