Enumeration
GgitStatusShow
since: 1.0
Description [src]
Show options for #ggit_repository_file_status_foreach. Determines which files are included in the status.
Available since: 1.0
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 - Nickname:
index-and-workdir - Available since: 1.0
- Value:
GGIT_STATUS_SHOW_INDEX_ONLY-
Only receive callbacks for files in the index.
- Value:
1 - Nickname:
index-only - Available since: 1.0
- Value:
GGIT_STATUS_SHOW_WORKDIR_ONLY-
Only receive callbacks for files in the workdir.
- Value:
2 - Nickname:
workdir-only - Available since: 1.0
- Value: