fixes to output of git-verify-pack -v
commitddcf786fd7d5755711439371dcfd9a7ba1dfa7a5
authorNicolas Pitre <nico@cam.org>
Sat, 26 May 2007 03:37:40 +0000 (25 23:37 -0400)
committerJunio C Hamano <junkio@cox.net>
Sat, 26 May 2007 04:42:47 +0000 (25 21:42 -0700)
tree9e3be155d7f738027f5ce455bd0909805f91c87d
parent18bece43675ea0dc9022a7868865e02808b7af7f
fixes to output of git-verify-pack -v

Now that the default delta depth is 50, it is a good idea to also bump
MAX_CHAIN to 50.

While at it, make the display a bit prettier by making the MAX_CHAIN
limit inclusive, and display the number of deltas that are above that
limit at the end instead of the beginning.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-check.c