Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
b7cf4b9e
Commit
b7cf4b9e
authored
Nov 29, 2019
by
Dave Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix copy&paste in git_cherrypick_commit docstring
parent
47dd665a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/git2/cherrypick.h
+2
-2
No files found.
include/git2/cherrypick.h
View file @
b7cf4b9e
...
@@ -59,8 +59,8 @@ GIT_EXTERN(int) git_cherrypick_options_init(
...
@@ -59,8 +59,8 @@ GIT_EXTERN(int) git_cherrypick_options_init(
* @param out pointer to store the index result in
* @param out pointer to store the index result in
* @param repo the repository that contains the given commits
* @param repo the repository that contains the given commits
* @param cherrypick_commit the commit to cherry-pick
* @param cherrypick_commit the commit to cherry-pick
* @param our_commit the commit to
revert
against (eg, HEAD)
* @param our_commit the commit to
cherry-pick
against (eg, HEAD)
* @param mainline the parent of the
revert commit
, if it is a merge
* @param mainline the parent of the
`cherrypick_commit`
, if it is a merge
* @param merge_options the merge options (or null for defaults)
* @param merge_options the merge options (or null for defaults)
* @return zero on success, -1 on failure.
* @return zero on success, -1 on failure.
*/
*/
...
...
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