Representation of a status collection
Options to control how git_status_foreach_ext()
will issue callbacks
A status entry, providing the differences between the file as it exists in HEAD and the index, and providing the differences between the index and the working directory
Status flags for a single file
For extended status, select the files on which to report status
Flags to control status callbacks
Function pointer to receive status on individual files
Gather file statuses and run a callback for each one
Gather file status information and run callbacks as requested
Get file status for a single file
Gather file status information and populate the git_status_list
Gets the count of status entries in this list
Get a pointer to one of the entries in the status list
Free an existing status list
Test if the ignore rules apply to a given file