libgit2

git_attr_value_t

Version:

Possible states for an attribute

Values

GIT_ATTR_VALUE_UNSPECIFIED
0

The attribute has been left unspecified

GIT_ATTR_VALUE_TRUE
1

The attribute has been set

GIT_ATTR_VALUE_FALSE
2

The attribute has been unset

GIT_ATTR_VALUE_STRING
3

This attribute has a value

Returned By

Versions