From 8775a4ce25e2f7fa8719af96c3748b5debee4174 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 1 Nov 2013 10:14:55 -0700 Subject: [PATCH] RelUpload: rc tarballs are counted from rc0 --- RelUpload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ ;; -- 2.47.3