From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Sat, 31 Mar 2018 14:36:24 +0100 Subject: [PATCH 0/2] Custom snapshot prefix Message-ID: This isn't the mechanism Konstantin asked for, but for this particular feature I think this is a better way of achieving the same effect. I don't see much need for a per-tag configuration option for the snapshot prefix, so this enables it only at the repository level. Please let me know if I've missed something here! John Keeping (2): ui-shared: pass repo object to print_snapshot_links() Add "snapshot-prefix" repo configuration cgit.c | 2 ++ cgit.h | 1 + cgitrc.5.txt | 7 +++++++ ui-commit.c | 3 +-- ui-refs.c | 2 +- ui-shared.c | 16 ++++++++++++---- ui-shared.h | 5 +++-- ui-tag.c | 3 +-- 8 files changed, 28 insertions(+), 11 deletions(-) -- 2.14.1.555.g1b9dbff880.dirty