git_cherrypick

Cherry-pick the given commit, producing changes in the index and working directory.

@param repo the repository to cherry-pick @param commit the commit to cherry-pick @param cherrypick_options the cherry-pick options (or null for defaults) @return zero on success, -1 on failure.

Meta