Sergey Vlasov <vsu@xxxxxxxxxxx> writes: > BTW, this is broken (and was broken even in 1.4.3.x): > > $ mkdir ~/tmp/test_repo > $ ( cd ~/tmp/test_repo; git-init-db ) > defaulting to local storage area > $ git push ~/tmp/test_repo tag v1.4.4.1 > error: src refspec tag does not match any. > error: dst refspec tag does not match any existing ref on the remote and does not start with refs/. > fatal: unexpected EOF > > Omitting the "tag" word works: I think this was broken when git-push was made a built-in, and the documentation was not updated. I use only tags in vN.M.L.. format and Linus does so too, so probably that was one of the reasons why this was not noticed for quite some time. Fixes welcome, preferably to the builtin-push.c not to the documentation. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html