We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f6fdb8 + b7cf4b9 commit d298f9bCopy full SHA for d298f9b
include/git2/cherrypick.h
@@ -59,8 +59,8 @@ GIT_EXTERN(int) git_cherrypick_options_init(
59
* @param out pointer to store the index result in
60
* @param repo the repository that contains the given commits
61
* @param cherrypick_commit the commit to cherry-pick
62
- * @param our_commit the commit to revert against (eg, HEAD)
63
- * @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
64
* @param merge_options the merge options (or null for defaults)
65
* @return zero on success, -1 on failure.
66
*/
0 commit comments