From: Junio C Hamano Date: Thu, 26 May 2011 16:40:50 +0000 (-0700) Subject: Merge branch 'ft/gitweb-tar-with-gzip-n' into maint X-Git-Tag: v1.7.5.3~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b73f3d2c7db2e4d9f02ff9d24852685bcb6fa38a?hp=7eacaeffd7c2cda1a50a643a7c0c144fea01c76f Merge branch 'ft/gitweb-tar-with-gzip-n' into maint * ft/gitweb-tar-with-gzip-n: gitweb: supply '-n' to gzip for identical output --- diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index ee69ea683a..f8db40a1c2 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -186,7 +186,7 @@ sub evaluate_uri { 'type' => 'application/x-gzip', 'suffix' => '.tar.gz', 'format' => 'tar', - 'compressor' => ['gzip']}, + 'compressor' => ['gzip', '-n']}, 'tbz2' => { 'display' => 'tar.bz2',