Skip to content

Commit

Permalink
Merge branch 'ft/gitweb-tar-with-gzip-n' into maint
Browse files Browse the repository at this point in the history
* ft/gitweb-tar-with-gzip-n:
  gitweb: supply '-n' to gzip for identical output
  • Loading branch information
Junio C Hamano committed May 26, 2011
2 parents 7eacaef + 0c8c385 commit b73f3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitweb/gitweb.perl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ sub evaluate_uri {
'type' => 'application/x-gzip',
'suffix' => '.tar.gz',
'format' => 'tar',
'compressor' => ['gzip']},
'compressor' => ['gzip', '-n']},

'tbz2' => {
'display' => 'tar.bz2',
Expand Down

0 comments on commit b73f3d2

Please sign in to comment.