]> git.cameronkatri.com Git - cgit.git/commit
Add "snapshot-prefix" repo configuration
authorJohn Keeping <john@keeping.me.uk>
Sat, 31 Mar 2018 13:20:01 +0000 (14:20 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 27 Jun 2018 16:11:19 +0000 (18:11 +0200)
commitc1572bb5ec4540b5008490cf471cc4a5e65ef728
tree5f31bf0e4ca63ab94b74a85897d37481474c92a0
parentd85e8a9810cbfbe5cfe80509a7b47cb39483e6ac
Add "snapshot-prefix" repo configuration

Allow using a user-specified value for the prefix in snapshot files
instead of the repository basename.  For example, files downloaded from
the linux-stable.git repository should be named linux-$VERSION and not
linux-stable-$VERSION, which can be achieved by setting:

repo.snapshot-prefix=linux

Signed-off-by: John Keeping <john@keeping.me.uk>
Reviewed-by: Christian Hesse <mail@eworm.de>
cgit.c
cgit.h
cgitrc.5.txt
ui-refs.c
ui-shared.c
ui-shared.h
ui-snapshot.c