mirror of
https://git.zx2c4.com/cgit
synced 2025-07-22 03:44:22 +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
6
cgit.h
6
cgit.h
|
@ -235,7 +235,9 @@ extern void cgit_print_tree(const char *rev, char *path);
|
|||
extern void cgit_print_commit(char *hex);
|
||||
extern void cgit_print_diff(const char *new_hex, const char *old_hex);
|
||||
extern void cgit_print_snapshot(struct cacheitem *item, const char *hex,
|
||||
const char *prefix, const char *filename);
|
||||
extern void cgit_print_snapshot_links(const char *repo, const char *hex);
|
||||
const char *prefix, const char *filename,
|
||||
int snapshot);
|
||||
extern void cgit_print_snapshot_links(const char *repo, const char *hex,int snapshots);
|
||||
extern int cgit_parse_snapshots_mask(const char *str);
|
||||
|
||||
#endif /* CGIT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue