commit | 8499fa2505f20622517f5be0f9e274a75fc00dcf | [log] [tgz] |
---|---|---|
author | hablich <hablich@chromium.org> | Thu Oct 01 11:29:09 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 01 11:29:16 2015 |
tree | 21d21d69e0c3bd12fa87be99151af1ceaed1aee4 | |
parent | 2c2848dccf697830dab75f59a2b7a72af48cbc48 [diff] |
[Release] Distinguish between merges and follow-up CLs With this change mergeinfo.py gets more useful. There is a distinction between merges and follow-up CLs/ports/reverts. Also the information is show if the commit is already rolled/an lkgr/deployed to Canary channel. Additionally some formatting errors were resolved and the already existing git wrapper used. LOG=N R=machenbach@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1341303002 Cr-Commit-Position: refs/heads/master@{#31043}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://code.google.com/p/v8/
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned on the V8 wiki.