Petr Baudis [off-list ref] writes:
Hi,
On Sun, May 20, 2007 at 05:46:46PM CEST, Mark Levedahl wrote:
quoted
git-archive already knows how to generate an archive as a tar or a zip
file, but gitweb did not. zip archvies are much more usable in a Windows
environment due to native support and this patch allows a site admin the
option to deliver zip rather than tar files. The selection is done by
inserting
$feature{'snapshot'}{'default'} = ['x-zip', 'zip', ''];
in gitweb_config.perl.
Tar files remain the default option.
Signed-off-by: Mark Levedahl <redacted>
Acked-by: Petr Baudis <redacted>
Ok, will apply to 'master'.