From: Lars Hjemli Date: Mon, 1 Dec 2008 18:13:44 +0000 (+0100) Subject: ui-snapshot: improve extraction of revision from snapshot name X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/4b4f8d1256669bf9838e17f83a070de0ec09a699?hp=4b4f8d1256669bf9838e17f83a070de0ec09a699 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 ---