Skip to content

Commit b73f3d2

Browse files
committed
Merge branch 'ft/gitweb-tar-with-gzip-n' into maint
* ft/gitweb-tar-with-gzip-n: gitweb: supply '-n' to gzip for identical output
2 parents 7eacaef + 0c8c385 commit b73f3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitweb/gitweb.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ sub evaluate_uri {
186186
'type' => 'application/x-gzip',
187187
'suffix' => '.tar.gz',
188188
'format' => 'tar',
189-
'compressor' => ['gzip']},
189+
'compressor' => ['gzip', '-n']},
190190

191191
'tbz2' => {
192192
'display' => 'tar.bz2',

0 commit comments

Comments
 (0)