summaryrefslogtreecommitdiff
path: root/contrib/stats/packinfo.pl
Commit message (Collapse)AuthorAgeFilesLines
* Correct shebang line for contrib/stats/packinfo.plBrian Downing2007-07-121-1/+1
| | | | | | | "/bin/perl"? What was I thinking? Signed-off-by: Brian Downing <bdowning@lavos.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Pack information toolBrian Downing2007-07-111-0/+212
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>