GIT_ATTR_IS_FALSE

GIT_ATTR_FALSE checks if an attribute is set off. In core git parlance, this is the value for attributes that are "Unset" (not to be confused with values that a "Unspecified").

For example, if the attribute file contains:

*.h -foo

Then for file zyx.h looking up attribute "foo" gives a value for which GIT_ATTR_FALSE(value) is true.

version(none)
extern (C) nothrow @nogc pragma(inline, true) nothrow @nogc
bool
GIT_ATTR_IS_FALSE
(
const(char)* attr
)

Meta