Enum git_blob_filter_flag_t
Flags to control the functionality of git_blob_filter
.
Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public enum git_blob_filter_flag_t : int
Fields
Name | Description |
---|---|
GIT_BLOB_FILTER_ATTTRIBUTES_FROM_COMMIT | When set, filters will be loaded from a |
GIT_BLOB_FILTER_ATTTRIBUTES_FROM_HEAD | When set, filters will be loaded from a |
GIT_BLOB_FILTER_CHECK_FOR_BINARY | When set, filters will not be applied to binary files. |
GIT_BLOB_FILTER_NO_SYSTEM_ATTRIBUTES | When set, filters will no load configuration from the
system-wide |