Apply options structure
Initialize with GIT_APPLY_OPTIONS_INIT. Alternatively, you can use git_apply_options_init.
@see git_apply_to_tree, git_apply
When applying a patch, callback that will be made per delta (file).
Bitmask of git_apply_flags_t
When applying a patch, callback that will be made per hunk.
Payload passed to both delta_cb & hunk_cb.
The version
See Implementation
Apply options structure
Initialize with GIT_APPLY_OPTIONS_INIT. Alternatively, you can use git_apply_options_init.
@see git_apply_to_tree, git_apply