Gjsify LogoGjsify Logo

Attribute check flags indicate the order in which to check for gitattributes. git core uses GGIT_ATTRIBUTE_CHECK_FILE_THEN_INDEX for all operations, except on checkout, where it uses GGIT_ATTRIBUTE_CHECK_INDEX_THEN_FILE.

bitfield

Index

Enumeration Members

FILE_THEN_INDEX: number

check working directory, then index.

INDEX_ONLY: number

check only index.

INDEX_THEN_FILE: number

check index, then working directory.

NO_SYSTEM: number

ignore system wide attributes.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method