Unverified Commit d298f9b2 by Edward Thomson Committed by GitHub

Merge pull request #5315 from kastiglione/dl/fix-copypaste-in-git_cherrypick_commit-docstring

Fix copy&paste in git_cherrypick_commit docstring
parents 7f6fdb82 b7cf4b9e
......@@ -59,8 +59,8 @@ GIT_EXTERN(int) git_cherrypick_options_init(
* @param out pointer to store the index result in
* @param repo the repository that contains the given commits
* @param cherrypick_commit the commit to cherry-pick
* @param our_commit the commit to revert against (eg, HEAD)
* @param mainline the parent of the revert commit, if it is a merge
* @param our_commit the commit to cherry-pick against (eg, HEAD)
* @param mainline the parent of the `cherrypick_commit`, if it is a merge
* @param merge_options the merge options (or null for defaults)
* @return zero on success, -1 on failure.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment