libgit2

git_revert_init_options

Version:

Initializes a git_revert_options with default values. Equivalent to creating an instance with GIT_REVERT_OPTIONS_INIT.

Signature

int git_revert_init_options(git_revert_options *opts, unsigned int version);

Parameters

In
opts

the git_revert_options struct to initialize

unsigned int
In
version

Version of struct; pass GIT_REVERT_OPTIONS_VERSION

Returns

int

Zero on success; -1 on failure.

Versions