Name |
Last commit
|
Last update |
---|---|---|
.. | ||
blob.h | ||
commit.h | ||
common.h | ||
errors.h | ||
index.h | ||
object.h | ||
odb.h | ||
odb_backend.h | ||
oid.h | ||
refs.h | ||
repository.h | ||
revwalk.h | ||
signature.h | ||
tag.h | ||
thread-utils.h | ||
tree.h | ||
types.h | ||
zlib.h |
New external functions: - git_index_unmerged_entrycount: Counts the unmerged entries in the index - git_index_get_unmerged: Gets an unmerged entry from the index by name New internal functions: - read_unmerged: Wrapper for read_unmerged_internal - read_unmerged_internal: Reads unmerged entries from the index if the index has the INDEX_EXT_UNMERGED_SIG set - unmerged_srch: Search function for unmerged vector - unmerged_cmp: Compare function for unmerged vector New data structures: - git_index now contains a git_vector unmerged that stores unmerged entries - git_index_entry_unmerged: Representation of an unmerged file entry. It represents all three versions of the file at the same time, with one name, three modes and three OIDs
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
blob.h | Loading commit data... | |
commit.h | Loading commit data... | |
common.h | Loading commit data... | |
errors.h | Loading commit data... | |
index.h | Loading commit data... | |
object.h | Loading commit data... | |
odb.h | Loading commit data... | |
odb_backend.h | Loading commit data... | |
oid.h | Loading commit data... | |
refs.h | Loading commit data... | |
repository.h | Loading commit data... | |
revwalk.h | Loading commit data... | |
signature.h | Loading commit data... | |
tag.h | Loading commit data... | |
thread-utils.h | Loading commit data... | |
tree.h | Loading commit data... | |
types.h | Loading commit data... | |
zlib.h | Loading commit data... |