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

* ft/gitweb-tar-with-gzip-n:
  gitweb: supply '-n' to gzip for identical output
This commit is contained in:
Junio C Hamano 2011-05-04 15:51:57 -07:00
commit 55a8607f65

View File

@ -186,7 +186,7 @@ our %known_snapshot_formats = (
'type' => 'application/x-gzip', 'type' => 'application/x-gzip',
'suffix' => '.tar.gz', 'suffix' => '.tar.gz',
'format' => 'tar', 'format' => 'tar',
'compressor' => ['gzip']}, 'compressor' => ['gzip', '-n']},
'tbz2' => { 'tbz2' => {
'display' => 'tar.bz2', 'display' => 'tar.bz2',