GIT_ATTR_CHECK_NO_SYSTEM

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.

enum GIT_ATTR_CHECK_NO_SYSTEM = 1 << 2;

Meta