git_describe_strategy_t

Reference lookup strategy

These behave like the --tags and --all options to git-describe, namely they say to look for any reference in either refs/tags/ or refs/ respectively.

Values

ValueMeaning
GIT_DESCRIBE_DEFAULT
GIT_DESCRIBE_TAGS
GIT_DESCRIBE_ALL

Meta