> I do have the tags in my local git repository. Do they not get pushed > to the repository with "git push" ? v7-4-678 would be the last one that > was imported, the patches after that I pushed from my git repository.
Please try "--tags" option to push. Like this: $ git push --tags Regards -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
