git_apply_flags_t

Flags controlling the behavior of git_apply

Values

ValueMeaning
GIT_APPLY_CHECK1 << 0

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

Meta