[llvm-dev] [7.0.0 Release] The release branch is open; trunk is now 8.0.0

via llvm-dev llvm-dev at lists.llvm.org
Fri Aug 3 06:35:35 PDT 2018



> -----Original Message-----
> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Tim
> Northover via llvm-dev
> Sent: Friday, August 03, 2018 9:17 AM
> To: Martin J. O'Riordan
> Cc: LLVM Developers Mailing List
> Subject: Re: [llvm-dev] [7.0.0 Release] The release branch is open; trunk
> is now 8.0.0
> 
> Hi Martin,
> 
> On Fri, 3 Aug 2018 at 14:10, Martin J. O'Riordan <MartinO at theheart.ie>
> wrote:
> >   $ git branch --list
> >   * master
> >     martino
> 
> By default "git branch" only lists local branches. "git branch -a"
> will list all of them, including (for me) "remotes/origin/release_70".
> If you just type "git checkout release_70" git will probably
> automatically detect it and set the local branch up to track it.

If you're just interested in reading the branch, that works fine.
However `git llvm push` on the branch does not, at least not for me.
--paulr

> 
> > but I don't see a v7.0.0 specific tag or branch - is it the
> 'prerelease_20180108' tag?
> 
> There won't be any 7.0.0 tags yet because we don't know what revision
> it will be.
> 
> Cheers.
> 
> Tim.
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list