ui-snapshot.c: Prepend "V" when guessing ref names
authorLukas Fleischer <cgit@cryptocrack.de>
Wed, 10 Apr 2013 11:04:03 +0000 (13:04 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 10 Apr 2013 12:49:31 +0000 (14:49 +0200)
commit8c4c2c464b664228d4819af6ec1f8438af3c7c89
tree446c5f5bee2ff0c6397f374dde1b7ec6e74d6924
parent81bf4d32b377d3f2fdd7ab3ca651be99408f5c32
ui-snapshot.c: Prepend "V" when guessing ref names

In cgit_print_snapshot_links() we strip leading "v" and "V", while we
currently only prepend a lower case "v" when parsing a snapshot file
name. This results in broken snapshot links for tags that start with an
upper case "V". Avoid this by prepending a "V" as a fallback.

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