Show / Hide Table of Contents

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 .gitattributes file in the specified commit.

GIT_BLOB_FILTER_ATTTRIBUTES_FROM_HEAD

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

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 gitattributes in /etc (or system equivalent).

  • Improve this Doc
  • View Source
In This Article
  • Fields
Back to top Generated by DocFX