summaryrefslogtreecommitdiff
path: root/include/git2/types.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2013-10-02 13:39:35 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2013-10-04 15:26:41 +0200
commit0b33fca03e030c7e807f0c75d7332e7fe2d3c0bc (patch)
treec45fa36c4bd8e1fa96768febb18f4b5bc861ee7a /include/git2/types.h
parent51e82492ef5206767e176952733914275d0e3bdc (diff)
downloadlibgit2-0b33fca03e030c7e807f0c75d7332e7fe2d3c0bc.tar.gz
indexer: fix thin packs
When given an ODB from which to read objects, the indexer will attempt to inject the missing bases at the end of the pack and update the header and trailer to reflect the new contents.
Diffstat (limited to 'include/git2/types.h')
-rw-r--r--include/git2/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/types.h b/include/git2/types.h
index b500c986d..3939353ee 100644
--- a/include/git2/types.h
+++ b/include/git2/types.h
@@ -217,6 +217,7 @@ typedef struct git_transfer_progress {
unsigned int total_objects;
unsigned int indexed_objects;
unsigned int received_objects;
+ unsigned int local_objects;
size_t received_bytes;
} git_transfer_progress;