git_status_entry

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.

The status value provides the status flags for this file.

The head_to_index value provides detailed information about the differences between the file in HEAD and the file in the index.

The index_to_workdir value provides detailed information about the differences between the file in the index and the file in the working directory.

Members

Variables

head_to_index
libgit2_d.diff.git_diff_delta* head_to_index;
Undocumented in source.
index_to_workdir
libgit2_d.diff.git_diff_delta* index_to_workdir;
Undocumented in source.
status
.git_status_t status;
Undocumented in source.

Meta