diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-03 15:32:15 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-05 22:45:36 -0700 |
commit | 38a4556198de17156f27f0463161a4d1b5e11555 (patch) | |
tree | d81bd0c1a3eb365f0fe3ca4265c57effd5c360e2 /usage.c | |
parent | index-pack: a miniscule refactor (diff) | |
download | tgif-38a4556198de17156f27f0463161a4d1b5e11555.tar.xz |
index-pack: start learning to emulate "verify-pack -v"
The "index-pack" machinery already has almost enough knowledge to produce
the same output as "verify-pack -v". Fill small gaps in its bookkeeping,
and teach it to show what it knows.
Add a few more command line options that do not have to be advertised to
the end users. They will be used internally when verify-pack calls this.
The eventual goal is to remove verify-pack implementation and redo it as a
thin wrapper around the index-pack, so that we can remove the rather
expensive packed_object_info_detail() API.
This still does not do the delta-chain-depth histogram yet but that part
is easy.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'usage.c')
0 files changed, 0 insertions, 0 deletions