Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-01 21:14:55 +0400
committerJunio C Hamano <gitster@pobox.com>2013-11-01 21:14:55 +0400
commit8775a4ce25e2f7fa8719af96c3748b5debee4174 (patch)
tree827e89e2539628be08ce8e803564f88ca2989d00 /RelUpload
parent1b91ac656ff31a39a6a9064eaa7275c8a558b961 (diff)
RelUpload: rc tarballs are counted from rc0
Diffstat (limited to 'RelUpload')
-rwxr-xr-xRelUpload2
1 files changed, 1 insertions, 1 deletions
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/ ;;