gitweb: Disable snapshot feature

Closes: #2335.

Signed-off-by: Veiko Aasa <veiko17@disroot.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Veiko Aasa 2023-04-08 10:18:41 +03:00 committed by Sunil Mohan Adapa
parent 97cc58a833
commit 7481aacd82
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -40,6 +40,9 @@ $feature{'pickaxe'}{'default'} = [1];
# enable syntax highlighting
$feature{'highlight'}{'default'} = [1];
# disable snapshots
$feature{'snapshot'}{'default'} = [];
# do not recursively scan for Git repositories
our $project_maxdepth = 1;