fixes to output of git-verify-pack -v
authorNicolas Pitre <redacted>
Sat, 26 May 2007 03:37:40 +0000 (23:37 -0400)
committerJunio C Hamano <redacted>
Sat, 26 May 2007 04:42:47 +0000 (21:42 -0700)
commitddcf786fd7d5755711439371dcfd9a7ba1dfa7a5
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
pack-check.c
git clone https://git.99rst.org/PROJECT