]> git.ipfire.org Git - thirdparty/git.git/commitdiff
RelUpload: rc tarballs are counted from rc0
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 Nov 2013 17:14:55 +0000 (10:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Nov 2013 17:14:55 +0000 (10:14 -0700)
RelUpload

index 61eb68b90fa21718e73d234d9204698c3bf98140..0e3435215a02f4774afb21367a863442e4076344 100755 (executable)
--- 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/ ;;