libgit2_d.revert

Undocumented in source.

Members

Functions

GIT_REVERT_OPTIONS_INIT
GIT_REVERT_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_revert
int git_revert(libgit2_d.types.git_repository* repo, libgit2_d.types.git_commit* commit, const(.git_revert_options)* given_opts)

Reverts the given commit, producing changes in the index and working directory.

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

Reverts the given commit against the given "our" commit, producing an index that reflects the result of the revert.

git_revert_options_init
int git_revert_options_init(.git_revert_options* opts, uint version_)

Initialize git_revert_options structure

Manifest constants

GIT_REVERT_OPTIONS_VERSION
enum GIT_REVERT_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_revert_options
struct git_revert_options

Options for revert

Meta