From: Junio C Hamano Date: Fri, 1 Nov 2013 17:14:55 +0000 (-0700) Subject: RelUpload: rc tarballs are counted from rc0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8775a4ce25e2f7fa8719af96c3748b5debee4174;p=thirdparty%2Fgit.git RelUpload: rc tarballs are counted from rc0 --- diff --git a/RelUpload b/RelUpload index 61eb68b90f..0e3435215a 100755 --- a/RelUpload +++ b/RelUpload @@ -7,7 +7,7 @@ do test -f "$s" && v=$(expr "$s" : '^git.*-\([^-]*\)\.tar\.sig$') && case "$v" in - *.rc[1-9]*) + *.rc[0-9]*) dest=/pub/software/scm/git/testing/ ;; *) dest=/pub/software/scm/git/ ;;