Gjsify LogoGjsify Logo

How the diff should be generated.

bitfield

Index

Enumeration Members

DISABLE_PATHSPEC_MATCH: number

use exact path matching.

ENABLE_FAST_UNTRACKED_DIRS: number

immediately label untracked directories as untracked, without checking inside.

FORCE_BINARY: number

treat all files as binary, disabling text diffs.

FORCE_TEXT: number

force text.

IGNORE_CASE: number

use case insensitive filename comparison.

IGNORE_FILE_MODE: number

ignore file mode changes.

IGNORE_SUBMODULES: number

ignore submodules.

IGNORE_WHITESPACE: number

ignore whitespace.

IGNORE_WHITESPACE_CHANGE: number

ignore whitespace change.

IGNORE_WHITESPACE_EOL: number

ignore whitespace at end-of-line.

INCLUDE_IGNORED: number

include ignored files.

INCLUDE_TYPECHANGE: number

enable generation of typechange detal records.

INCLUDE_TYPECHANGE_TREES: number

try to label tree transitions as type changes.

INCLUDE_UNMODIFIED: number

include unmodified files.

INCLUDE_UNTRACKED: number

include untracked files.

MINIMAL: number

take extra time to find minimal diff.

NORMAL: number

normal.

PATIENCE: number

generate using the "patience diff" algorithm.

RECURSE_IGNORED_DIRS: number

also add all files under ignored dirs.

RECURSE_UNTRACKED_DIRS: number

recurse to untracked directories.

REVERSE: number

reverse the sides of the diff.

SHOW_BINARY: number

include deflate/delta information for binary files.

SHOW_UNMODIFIED: number

show unmodified files.

SHOW_UNTRACKED_CONTENT: number

include content of untracked files. this implies GGIT_DIFF_INCLUDE_UNTRACKED but not GGIT_DIFF_RECURSE_UNTRACKED_DIRS.

SKIP_BINARY_CHECK: number

disable updating the binary flag in delta records.

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