From 0f11492868791513cbaae69c6476a00647f3fd47 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 19 Sep 2024 15:23:28 +0200 Subject: ui-snapshot: add option to disable prefix Hi everyone, it is me, ui snapshot prefix remover 3000 here today coming at you with another git patch --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index e0d286d..26cba6d 100644 --- a/cgit.h +++ b/cgit.h @@ -261,6 +261,7 @@ struct cgit_config { int scan_hidden_path; int section_from_path; int snapshots; + int enable_snapshot_prefix; int section_sort; int summary_branches; int summary_log; -- cgit