I've noticed that there are no tags in any of the Git mirrors [1], [2] or [3]. Would it be possible to add the tags? [1] https://git.llvm.org/git/llvm.git [2] https://github.com/llvm-mirror/llvm [3] https://github.com/llvm-project/llvm-project-20170507 -- /Jacob Carlborg
Anton Korobeynikov via llvm-dev
2017-Dec-30 20:27 UTC
[llvm-dev] No tags in the Git mirrors
Hello We are not planning to use git tags there (at least until the git migration would happen). Please use the release branches. On Sat, Dec 30, 2017 at 5:28 PM, Jacob Carlborg via llvm-dev <llvm-dev at lists.llvm.org> wrote:> I've noticed that there are no tags in any of the Git mirrors [1], [2] or > [3]. Would it be possible to add the tags? > > [1] https://git.llvm.org/git/llvm.git > [2] https://github.com/llvm-mirror/llvm > [3] https://github.com/llvm-project/llvm-project-20170507 > > -- > /Jacob Carlborg > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- With best regards, Anton Korobeynikov Department of Statistical Modelling, Saint Petersburg State University
On 2017-12-30 21:27, Anton Korobeynikov via llvm-dev wrote:> Hello > > We are not planning to use git tags there (at least until the git > migration would happen). Please use the release branches.To me it doesn't matter if it's a tag or a branch, but, as far as I can see, there are no branches for point releases. For example, there's a branch release_50, but no branch for release_501, which exists in the Subversion repository. [1] https://github.com/llvm-mirror/llvm/branches/all -- /Jacob Carlborg