Cherry-picks the given commit
against the provided our_commit
, producing and index that reflects the result of
the cherry-pick.
this |
a Repository. |
commit |
a Commit to cherry-pick. |
our_commit |
a Commit to cherry-pick on. |
mainline |
the parent of the commit, in case of a merge commit. |
merge_options |
a MergeOptions. |
a Index. |