mirror of
https://git.zx2c4.com/cgit
synced 2025-06-30 05:14:33 +02:00
allow selective enabling of snapshots
snapshot configuration parameter now can be a space/slash/comma/colon/semicolon/pipe-separated list of snaphot suffixes as listed in ui-snapshot.c Signed-off-by: Michael Krelin <hacker@klever.net>
This commit is contained in:
parent
97c025ae8e
commit
dc3c9b5bc4
6 changed files with 48 additions and 15 deletions
|
@ -196,7 +196,7 @@ void cgit_print_commit(char *hex)
|
|||
}
|
||||
if (cgit_repo->snapshots) {
|
||||
html("<tr><th>download</th><td colspan='2' class='sha1'>");
|
||||
cgit_print_snapshot_links(cgit_query_repo,hex);
|
||||
cgit_print_snapshot_links(cgit_query_repo,hex,cgit_repo->snapshots);
|
||||
html("</td></tr>");
|
||||
}
|
||||
html("</table>\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue