author | Nicolas Pitre <nico@cam.org> | |
Sat, 26 May 2007 03:37:40 +0000 (23:37 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 26 May 2007 04:42:47 +0000 (21:42 -0700) | ||
commit | ddcf786fd7d5755711439371dcfd9a7ba1dfa7a5 | |
tree | 9e3be155d7f738027f5ce455bd0909805f91c87d | tree | snapshot |
parent | 18bece43675ea0dc9022a7868865e02808b7af7f | commit | diff |
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>
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 | diff | blob | history |