git_stash_apply_flags

Stash application flags.

Values

ValueMeaning
GIT_STASH_APPLY_DEFAULT0
GIT_STASH_APPLY_REINSTATE_INDEX1 << 0

Try to reinstate not only the working tree's changes, but also the index's changes.

Meta