diff options
-rw-r--r-- | shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared.c b/shared.c index c5c4b00..1f6310a 100644 --- a/shared.c +++ b/shared.c | |||
@@ -405,7 +405,7 @@ void cgit_diff_commit(struct commit *commit, filepair_fn fn, const char *prefix) | |||
405 | int cgit_parse_snapshots_mask(const char *str) | 405 | int cgit_parse_snapshots_mask(const char *str) |
406 | { | 406 | { |
407 | const struct cgit_snapshot_format *f; | 407 | const struct cgit_snapshot_format *f; |
408 | static const char *delim = " \t,:/|;"; | 408 | static const char *delim = " "; |
409 | int tl, sl, rv = 0; | 409 | int tl, sl, rv = 0; |
410 | 410 | ||
411 | /* favor legacy setting */ | 411 | /* favor legacy setting */ |