Merge branch 'ft/gitweb-tar-with-gzip-n' into maint

* ft/gitweb-tar-with-gzip-n:
  gitweb: supply '-n' to gzip for identical output
This commit is contained in:
Junio C Hamano 2011-05-26 09:40:50 -07:00
commit b73f3d2c7d

View File

@ -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',