Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ft/gitweb-tar-with-gzip-n' into maint
author
Junio C Hamano
<gitster@pobox.com>
Thu, 26 May 2011 16:40:50 +0000
(09:40 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 26 May 2011 16:40:50 +0000
(09:40 -0700)
* ft/gitweb-tar-with-gzip-n:
gitweb: supply '-n' to gzip for identical output
gitweb/gitweb.perl
patch
|
blob
|
history
raw
(from parent 1:
7eacaef
)
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index ee69ea683aedf81cd6e6eec0f500bddf2ff54450..f8db40a1c25a2cdf1c4dc1ff42aba0fe66ef8f1c 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-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',