diff options
author | Linnea Gräf <nea@nea.moe> | 2024-09-19 15:23:28 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-09-19 15:28:18 +0200 |
commit | 0f11492868791513cbaae69c6476a00647f3fd47 (patch) | |
tree | bb1328076fd7d1091c1b63563cf76c8f7b936527 /cgit.h | |
parent | 09d24d7cd0b7e85633f2f43808b12871bb209d69 (diff) | |
download | cgit-0f11492868791513cbaae69c6476a00647f3fd47.tar.gz cgit-0f11492868791513cbaae69c6476a00647f3fd47.tar.bz2 cgit-0f11492868791513cbaae69c6476a00647f3fd47.zip |
Hi everyone, it is me, ui snapshot prefix remover 3000 here today coming
at you with another git patch
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |