From: Lukas Fleischer Date: Wed, 10 Apr 2013 11:04:03 +0000 (+0200) Subject: ui-snapshot.c: Prepend "V" when guessing ref names X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/8c4c2c464b664228d4819af6ec1f8438af3c7c89?hp=8c4c2c464b664228d4819af6ec1f8438af3c7c89 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 ---