Code

Pack information tool
authorBrian Downing <bdowning@lavos.net>
Thu, 12 Jul 2007 03:02:25 +0000 (22:02 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Jul 2007 04:15:23 +0000 (21:15 -0700)
commit73f893605050c291dd8c4d8f3f50b8fec47dcf51
treecfad1ab23c2c23169f26ac197e31432cfad90068
parent6f084a56fcb3543d88d252bb49c1d2bbf2bd0cf3
Pack information tool

This tool will print vaguely pretty information about a pack.  It
expects the output of "git-verify-pack -v" as input on stdin.

$ git-verify-pack -v | packinfo.pl

See the documentation in the script (contrib/stats/packinfo.pl)
for more information.

Signed-off-by: Brian Downing <bdowning@lavos.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/stats/packinfo.pl [new file with mode: 0755]