]> git.proxmox.com Git - libgit2.git/commit
indexer: clearer stats for thin packs
authorCarlos Martín Nieto <cmn@dwim.me>
Fri, 11 Oct 2013 15:24:29 +0000 (17:24 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Fri, 11 Oct 2013 15:26:20 +0000 (17:26 +0200)
commit893055f22e5395ec95231b4cc8a19046a3eb5b4a
tree11bfecd3bd17817388d1381fd67abebe0b2fd950
parent7fb6eb278b350f9f4caab5a3f72bfb70353fc40d
indexer: clearer stats for thin packs

Don't increase the number of total objects, as it can produce
suprising progress output. The only addition compared to pre-thin is
the addition of local_objects to allow an output similar to git's
"completed with %d local objects".
include/git2/types.h
src/indexer.c
tests-clar/pack/indexer.c