libgit2_d.cherrypick

Undocumented in source.

Members

Functions

GIT_CHERRYPICK_OPTIONS_INIT
GIT_CHERRYPICK_OPTIONS_INIT()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_cherrypick
int git_cherrypick(libgit2_d.types.git_repository* repo, libgit2_d.types.git_commit* commit, const(.git_cherrypick_options)* cherrypick_options)

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

git_cherrypick_commit
int git_cherrypick_commit(libgit2_d.types.git_index** out_, libgit2_d.types.git_repository* repo, libgit2_d.types.git_commit* cherrypick_commit, libgit2_d.types.git_commit* our_commit, uint mainline, const(libgit2_d.merge.git_merge_options)* merge_options)

Cherry-picks the given commit against the given "our" commit, producing an index that reflects the result of the cherry-pick.

git_cherrypick_options_init
int git_cherrypick_options_init(.git_cherrypick_options* opts, uint version_)

Initialize git_cherrypick_options structure

Manifest constants

GIT_CHERRYPICK_OPTIONS_VERSION
enum GIT_CHERRYPICK_OPTIONS_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

git_cherrypick_options
struct git_cherrypick_options

Cherry-pick options

Meta