libgit2

git_apply_options

Version:

Apply options structure

Initialize with GIT_APPLY_OPTIONS_INIT. Alternatively, you can use git_apply_init_options.

See

  • git_apply_to_tree, git_apply

Signature

typedef struct git_apply_options { unsigned int version git_apply_delta_cb delta_cb git_apply_hunk_cb hunk_cb void *payload };

Members

unsigned int
version
void *
payload

Parameter To

Versions