Get a pointer to one of the entries in the index
The entry is not modifiable and should not be freed. Because the git_index_entry struct is a publicly defined struct, you should be able to make your own permanent copy of the data if necessary.
an existing index object
path to search
stage to search
a pointer to the entry; null if it was not found
See Implementation
Get a pointer to one of the entries in the index
The entry is not modifiable and should not be freed. Because the git_index_entry struct is a publicly defined struct, you should be able to make your own permanent copy of the data if necessary.