git_indexer_progress

This structure is used to provide callers information about the progress of indexing a packfile, either directly or part of a fetch or clone that downloads a packfile.

Members

Variables

indexed_deltas
uint indexed_deltas;

received deltas that have been indexed

indexed_objects
uint indexed_objects;

received objects that have been hashed

local_objects
uint local_objects;

locally-available objects that have been injected in order to fix a thin pack

received_bytes
size_t received_bytes;

size of the packfile received up to now

received_objects
uint received_objects;
total_deltas
uint total_deltas;

number of deltas in the packfile being indexed

total_objects
uint total_objects;

number of objects in the packfile being indexed

Meta