X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/0738bcc36a05cf46cff8d75ea3803f74436570679c4b6d89875354390e2a39a3..e515cb0a891d9715be2a4ca2d401461398f718fa819d63b51348c18095c09c97:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 1c2bd12..490a04d 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -187,7 +187,7 @@ our %known_snapshot_formats = ( 'type' => 'application/x-gzip', 'suffix' => '.tar.gz', 'format' => 'tar', - 'compressor' => ['gzip']}, + 'compressor' => ['gzip', '-n']}, 'tbz2' => { 'display' => 'tar.bz2',