Enumeration

GgitStatusShow

Declaration

enum Ggit.StatusShow

Description [src]

Show options for #ggit_repository_file_status_foreach. Determines which files are included in the status.

Members

GGIT_STATUS_SHOW_INDEX_AND_WORKDIR

Receive one callback for each file, even if the file is in both the index and the workdir (combining GgitStatusFlags).

  • Value: 0
  • Available since: 1.0
GGIT_STATUS_SHOW_INDEX_ONLY

Only receive callbacks for files in the index.

  • Value: 1
  • Available since: 1.0
GGIT_STATUS_SHOW_WORKDIR_ONLY

Only receive callbacks for files in the workdir.

  • Value: 2
  • Available since: 1.0