libgit2

git_apply_flags_t

Version:

Flags controlling the behavior of git_apply

Values

GIT_APPLY_CHECK
1

Don't actually make changes, just test that the patch applies. This is the equivalent of git apply --check.

Versions