Enumeration

GgitDiffFlag

since: 1.0

Declaration

flags Ggit.DiffFlag

Description [src]

Describes the diff file and/or delta flags.

Available since: 1.0

Members

GGIT_DIFF_FLAG_BINARY

If the file is binary.

  • Value: 1
  • Nickname: binary
  • Available since: 1.0
GGIT_DIFF_FLAG_NOT_BINARY

If the file is not binary.

  • Value: 2
  • Nickname: not-binary
  • Available since: 1.0
GGIT_DIFF_FLAG_VALID_ID

If the ID is valid.

  • Value: 4
  • Nickname: valid-id
  • Available since: 1.0