libgit2

status

Version:
Git file status routines

Objects

Representation of a status collection

Structs

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

Macros

Enums

Status flags for a single file

Select the files on which to report status

Flags to control status callbacks

Callbacks

Function pointer to receive status on individual files

Functions

Initialize git_status_options structure

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