Tim Northover via llvm-dev
2018-Aug-03 13:16 UTC
[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 > martinoBy 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.> 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.
via llvm-dev
2018-Aug-03 13:35 UTC
[llvm-dev] [7.0.0 Release] The release branch is open; trunk is now 8.0.0
> -----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
Martin J. O'Riordan via llvm-dev
2018-Aug-03 13:39 UTC
[llvm-dev] [7.0.0 Release] The release branch is open; trunk is now 8.0.0
Hi Tim, I missed that detail when reading my O'Reilly book on GIT :-) I now see: $ git branch -a martino master * release_70 remotes/origin/HEAD -> origin/master remotes/origin/master remotes/origin/release_30 remotes/origin/release_31 remotes/origin/release_32 remotes/origin/release_33 remotes/origin/release_34 remotes/origin/release_35 remotes/origin/release_36 remotes/origin/release_37 remotes/origin/release_38 remotes/origin/release_39 remotes/origin/release_40 remotes/origin/release_50 remotes/origin/release_60 remotes/origin/release_70 [all the 'remotes/*' are in 'red' on my display which presumably means not local] Thanks for your detailed instructions, very much appreciated, MartinO -----Original Message----- From: Tim Northover [mailto:t.p.northover at gmail.com] Sent: 03 August 2018 14:17 To: Martin J. O'Riordan <MartinO at theheart.ie> Cc: Hans Wennborg <hans at chromium.org>; LLVM Developers Mailing List <llvm-dev at lists.llvm.org> 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 > martinoBy 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.> 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.
Martin J. O'Riordan via llvm-dev
2018-Aug-03 13:43 UTC
[llvm-dev] [7.0.0 Release] The release branch is open; trunk is now 8.0.0
Thanks Paul, I won't be pushing anything to the branch, but I will merge it with my own branch so that I track the v7 stabilisation until its release. What I have done is integrated the r338536 sources from 'master' into my branch (I have been tracking ToT up until the branch), and now I will integrate from the current state of 'release_70' until the final release of v7.0.0. All the best, MartinO -----Original Message----- From: paul.robinson at sony.com [mailto:paul.robinson at sony.com] Sent: 03 August 2018 14:36 To: t.p.northover at gmail.com; MartinO at theheart.ie Cc: llvm-dev at lists.llvm.org Subject: RE: [llvm-dev] [7.0.0 Release] The release branch is open; trunk is now 8.0.0> -----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