]> granicus.if.org Git - cgit/commit
ui-snapshot: improve extraction of revision from snapshot name
authorLars Hjemli <hjemli@gmail.com>
Mon, 1 Dec 2008 18:13:44 +0000 (19:13 +0100)
committerLars Hjemli <hjemli@gmail.com>
Mon, 1 Dec 2008 18:13:44 +0000 (19:13 +0100)
commit4b4f8d1256669bf9838e17f83a070de0ec09a699
treecef7fce789b607f1c68c836976c9a1e371cbbcda
parent314d9ea5a3bc60ec518e314bb0bf8072123dc08f
ui-snapshot: improve extraction of revision from snapshot name

The modified get_ref_from_filename() supports the following snapshot
formats:
* $REV.$EXT
* $REPO[-_]*v?$REV.$EXT

This implies that the following urls will retrieve the expected revision:
* http://hjemli.net/git/cgit/snapshot/v0.8.1.tar.gz
* http://hjemli.net/git/cgit/snapshot/0.8.1.tar.gz
* http://hjemli.net/git/cgit/snapshot/cgit-0.8.1.tar.gz
* http://hjemli.net/git/cgit/snapshot/cgit-140012d7a8.tar.gz

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
ui-snapshot.c