git_blob_filter_flag_t

Flags to control the functionality of git_blob_filter.

Values

ValueMeaning
GIT_BLOB_FILTER_CHECK_FOR_BINARY1 << 0

When set, filters will not be applied to binary files.

GIT_BLOB_FILTER_NO_SYSTEM_ATTRIBUTES1 << 1

When set, filters will not load configuration from the system-wide gitattributes in /etc (or system equivalent).

GIT_BLOB_FILTER_ATTTRIBUTES_FROM_HEAD1 << 2

When set, filters will be loaded from a .gitattributes file in the HEAD commit.

Meta