libgit2

GIT_ATTR_CHECK_NO_SYSTEM

Version:

Check attribute flags: Using the system attributes file. Normally, attribute checks include looking in the /etc (or system equivalent) directory for a gitattributes file. Passing this flag will cause attribute checks to ignore that file.

Signature

#define GIT_ATTR_CHECK_NO_SYSTEM (1 << 2)

Versions