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:
commit
55a8607f65
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user