libgit2

git_attr_t

Version:

Possible states for an attribute

Values

GIT_ATTR_UNSPECIFIED_T
0

The attribute has been left unspecified

GIT_ATTR_TRUE_T
1

The attribute has been set

GIT_ATTR_FALSE_T
2

The attribute has been unset

GIT_ATTR_VALUE_T
3

This attribute has a value

Returned By

Versions