move show_pack_info() where it belongs
commit77d3ecee85dbf354d2059d7ef65d788d90db3efa
authorNicolas Pitre <nico@cam.org>
Wed, 25 Jun 2008 03:18:17 +0000 (24 23:18 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2008 06:58:57 +0000 (24 23:58 -0700)
tree9a3157fec311399aa4c2eac04a57ab18f7fdaf13
parent99093238bbf2cd886debf7bdb91478cb405ef66d
move show_pack_info() where it belongs

This is called when verify_pack() has its verbose argument set, and
verbose in this context makes sense only for the actual 'git verify-pack'
command.  Therefore let's move show_pack_info() to builtin-verify-pack.c
instead and remove useless verbose argument from verify_pack().

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fsck.c
builtin-verify-pack.c
http-push.c
http-walker.c
pack-check.c
pack.h