Show / Hide Table of Contents

Enum git_filter_flags_t

Filtering options.

Namespace: Dogged.Native
Assembly: Dogged.Native.dll
Syntax
public enum git_filter_flags_t : int

Fields

Name Description
GIT_FILTER_ALLOW_UNSAFE

Don't error for safecrlf violations, allow them to continue.

GIT_FILTER_ATTRIBUTES_FROM_COMMIT

When set, filters will be loaded from a .gitattributes file in a given commit. This can only be specified in a git_filter_options.

GIT_FILTER_ATTRIBUTES_FROM_HEAD

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

GIT_FILTER_DEFAULT
GIT_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
Back to top Generated by DocFX