Hello all, While pushing a new v2.1.0 tag to master, I accidentally pushed this other tag called "trunk". Here's what I saw in my shell session:
mhw@tines:~/guile-master$ git tag -a v2.1.0 Waiting for Emacs... mhw@tines:~/guile-master$ git push --tags Counting objects: 3, done. Delta compression using up to 2 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 515 bytes, done. Total 3 (delta 0), reused 2 (delta 0) To m...@git.sv.gnu.org:/srv/git/guile.git bd73d77..ea32d79 v2.1.0 -> v2.1.0 * [new tag] trunk -> trunk Based on the email below, this tag seems to have been created by "cvs2svn" long ago. I'm quite confused about how this tag ended up in my personal repo without already being present in the official savannah repo. Can any git masters tell me how this happened and/or what I did wrong? Mark "cvs2svn" <ad...@example.com> writes: > This is an automated email from the git hooks/post-receive script. It was > generated because a ref change was pushed to the repository containing > the project "GNU Guile". > > http://git.savannah.gnu.org/cgit/guile.git/commit/?id=b85df13b6fdd289e1b0fb593f54e301b41c9873b > > The annotated tag, trunk has been created > at b85df13b6fdd289e1b0fb593f54e301b41c9873b (tag) > tagging 45a756b694b5a916de3daa74946413dc57496bbf (commit) > tagged by cvs2svn > on Thu Mar 4 04:45:35 1999 +0000 > > - Log ----------------------------------------------------------------- > This commit was manufactured by cvs2svn to create tag 'trunk'. [...]