
# Disable the 'snapshot' link, providing a compressed archive of any tree. This
# can potentially generate high traffic if you have large project. Enabled for
# .tar.gz snapshots by default.

# Value is a list of formats defined in %known_snapshot_formats that you wish
# to offer.
$feature\{'snapshot'\}\{'default'\} = ['zip', 'tgz'];

# Allow projects to override the default setting via git config file.
# Example: gitweb.snapshot = tbz2,zip; (use "none" to disable)
$feature\{'snapshot'\}\{'override'\} = 1;
