author | Nicolas Pitre <nico@cam.org> | |
Wed, 25 Jun 2008 03:18:17 +0000 (23:18 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Jun 2008 06:58:57 +0000 (23:58 -0700) | ||
commit | 77d3ecee85dbf354d2059d7ef65d788d90db3efa | |
tree | 9a3157fec311399aa4c2eac04a57ab18f7fdaf13 | tree | snapshot |
parent | 99093238bbf2cd886debf7bdb91478cb405ef66d | commit | diff |
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>
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 | diff | blob | history | |
builtin-verify-pack.c | diff | blob | history | |
http-push.c | diff | blob | history | |
http-walker.c | diff | blob | history | |
pack-check.c | diff | blob | history | |
pack.h | diff | blob | history |