summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 750bd6a)
raw | patch | inline | side by side (parent: 750bd6a)
author | Brian Downing <bdowning@lavos.net> | |
Thu, 12 Jul 2007 14:16:11 +0000 (09:16 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 12 Jul 2007 21:18:24 +0000 (14:18 -0700) |
"/bin/perl"? What was I thinking?
Signed-off-by: Brian Downing <bdowning@lavos.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Brian Downing <bdowning@lavos.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/stats/packinfo.pl | patch | blob | history |
index 792673a32538825f10806105f18d7abde7ee7ad0..aab501ea08129cc3b8304fb8f76f206578273f85 100755 (executable)
-#!/bin/perl
+#!/usr/bin/perl
#
# This tool will print vaguely pretty information about a pack. It
# expects the output of "git-verify-pack -v" as input on stdin.