libgit2/examples/network
Carlos Martín Nieto ab46b1d8eb indexer: include the delta stats
The user is unable to derive the number of deltas in the pack, as that
would require them to capture the stats exactly in the moment between
download and final processing, which is abstracted away in the fetch.

Capture these numbers for the user and expose them in the progress
struct. The clone and fetch examples now also present this information
to the user.
2013-10-23 15:08:18 +02:00
..
.gitignore examples/network/.gitignore: ignore 'git2' 2011-11-06 20:07:27 -06:00
clone.c indexer: include the delta stats 2013-10-23 15:08:18 +02:00
common.c Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00
common.h Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00
fetch.c indexer: include the delta stats 2013-10-23 15:08:18 +02:00
git2.c examples: init the threading system 2013-04-23 16:21:47 +02:00
index-pack.c indexer: fix thin packs 2013-10-04 15:26:41 +02:00
ls-remote.c Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00
Makefile Adding credentials callback to ls-remote and fetch too. 2013-09-01 19:00:16 +02:00