search for: r338536

Displaying 3 results from an estimated 3 matches for "r338536".

Did you mean: 338536
2018 Aug 01
2
[7.0.0 Release] The release branch is open; trunk is now 8.0.0
Hi everyone, The release branch for 7.0.0 was created off trunk at r338536 earlier today, and the trunk version was subsequently bumped to 8.0.0. Release blockers are tracked by https://llvm.org/PR38406 Please mark any bugs, old or new, that need to be fixed for the release as blocking that. To get a change committed to the branch, first commit it to trunk as usual, and...
2018 Aug 03
3
[7.0.0 Release] The release branch is open; trunk is now 8.0.0
...in/release_70 2. These are stored as tags I believe, though the format has changed and we only started recently. "git tag" lists what we have now, with an obvious mapping to releases (for a human). 3. Just plain origin/release_70 > or for the sources at a particular SVN revision (e.g. r338536)? For now, svn revisions are stored in notes attached to each git commit. Annoyingly they're not downloaded by default so you have to run this once: $ git fetch origin refs/notes/*:refs/notes/* After that they'll come along with every "git fetch" or "git pull". Once y...
2018 Aug 03
3
[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