]> git.cameronkatri.com Git - cgit.git/commit
Disallow use of undocumented snapshot delimiters
authorLukas Fleischer <cgit@cryptocrack.de>
Fri, 10 Jan 2014 11:44:36 +0000 (12:44 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 10 Jan 2014 16:03:18 +0000 (17:03 +0100)
commit2abce4300b90fa80845193c14d4b6849720007b1
tree8c094396b63bd127277ab6d229c2f49150cc6710
parent36bdb2171f7154fcdf1a24d38c8ce3bd7e448cb1
Disallow use of undocumented snapshot delimiters

Since the introduction of selective snapshot format configuration in
dc3c9b5 (allow selective enabling of snapshots, 2007-07-21), we allowed
seven different delimiters for snapshot formats, while the documentation
has always been clear about spaces being the only valid delimiter:

    The value is a space-separated list of zero or more of the values
    "tar", "tar.gz", "tar.bz2", "tar.xz" and "zip".

Supporting the undocumented delimiters makes the code unnecessarily
complex. Remove them.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
shared.c