]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/index-pack.c
index-pack: show histogram when emulating "verify-pack -v"
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Jun 2011 22:32:16 +0000 (15:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jun 2011 05:45:37 +0000 (22:45 -0700)
commitd1a0ed187cbea2941a5cc10dcc43f3a7052ce32d
treef9b8a4c410372b462340339fce718e6828bbe6e0
parent38a4556198de17156f27f0463161a4d1b5e11555
index-pack: show histogram when emulating "verify-pack -v"

The histogram produced by "verify-pack -v" always had an artificial
limit of 50, but index-pack knows what the maximum delta depth is, so
we do not have to limit it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/index-pack.c