Browse Source

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

* ft/gitweb-tar-with-gzip-n:
  gitweb: supply '-n' to gzip for identical output
maint
Junio C Hamano 14 years ago
parent
commit
55a8607f65
  1. 2
      gitweb/gitweb.perl

2
gitweb/gitweb.perl

@ -186,7 +186,7 @@ our %known_snapshot_formats = ( @@ -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',

Loading…
Cancel
Save