libgit2

GIT_INDEX_STAGE_ANY

Version:

Match any index stage. Some index APIs take a stage to match; pass this value to match any entry matching the path regardless of stage.

Signature

#define GIT_INDEX_STAGE_ANY -1

Versions