git_attr_value_t

Possible states for an attribute

Values

ValueMeaning
GIT_ATTR_VALUE_UNSPECIFIED0

The attribute has been left unspecified

GIT_ATTR_VALUE_TRUE

The attribute has been set

GIT_ATTR_VALUE_FALSE

The attribute has been unset

GIT_ATTR_VALUE_STRING

This attribute has a value

Meta