aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-05-04 15:51:57 -0700
committerJunio C Hamano <gitster@pobox.com>2011-05-04 15:51:57 -0700
commit55a8607f65ce5fcc3d66eea23c784496081379b7 (patch)
treed41d52f847669694ac96584c1ae6a1a52d0e587a
parent117374fe3c58cd98ffb56997e70d2de4ce7acdac (diff)
parent0c8c385ef188bf76b6edcda87a7cc9bc05596fa3 (diff)
downloadgit-55a8607f65ce5fcc3d66eea23c784496081379b7.tar.gz
git-55a8607f65ce5fcc3d66eea23c784496081379b7.tar.xz
Merge branch 'ft/gitweb-tar-with-gzip-n'
* ft/gitweb-tar-with-gzip-n: gitweb: supply '-n' to gzip for identical output
-rwxr-xr-xgitweb/gitweb.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index ee69ea683..f8db40a1c 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -186,7 +186,7 @@ our %known_snapshot_formats = (
'type' => 'application/x-gzip',
'suffix' => '.tar.gz',
'format' => 'tar',
- 'compressor' => ['gzip']},
+ 'compressor' => ['gzip', '-n']},
'tbz2' => {
'display' => 'tar.bz2',