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
64b61b05
Commit
64b61b05
authored
Jun 26, 2019
by
Marcin Tojek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo: cherry picks
parent
5dabb35f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
commits.go
commits.go
+1
-1
No files found.
commits.go
View file @
64b61b05
...
@@ -492,7 +492,7 @@ type CherryPickCommitOptions struct {
...
@@ -492,7 +492,7 @@ type CherryPickCommitOptions struct {
TargetBranch
*
string
`url:"branch" json:"branch,omitempty"`
TargetBranch
*
string
`url:"branch" json:"branch,omitempty"`
}
}
// CherryPickCommit
s
herry picks a commit to a given branch.
// CherryPickCommit
c
herry picks a commit to a given branch.
//
//
// GitLab API docs: https://docs.gitlab.com/ce/api/commits.html#cherry-pick-a-commit
// GitLab API docs: https://docs.gitlab.com/ce/api/commits.html#cherry-pick-a-commit
func
(
s
*
CommitsService
)
CherryPickCommit
(
pid
interface
{},
sha
string
,
opt
*
CherryPickCommitOptions
,
options
...
OptionFunc
)
(
*
Commit
,
*
Response
,
error
)
{
func
(
s
*
CommitsService
)
CherryPickCommit
(
pid
interface
{},
sha
string
,
opt
*
CherryPickCommitOptions
,
options
...
OptionFunc
)
(
*
Commit
,
*
Response
,
error
)
{
...
...
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