Initialize git_apply_options structure
Initialize a git_apply_options with default values. Equivalent to creating an instance with GIT_APPLY_OPTIONS_INIT.
The git_apply_options struct to initialize.
The struct version; pass GIT_APPLY_OPTIONS_VERSION
0 on success or -1 on failure.
See Implementation
Initialize git_apply_options structure
Initialize a git_apply_options with default values. Equivalent to creating an instance with GIT_APPLY_OPTIONS_INIT.