mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
97cc58a833
commit
7481aacd82
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user