Home | History | Annotate | Download | only in tools

Lines Matching refs:V8

2 # Copyright 2013 the V8 project authors. All rights reserved.
32 BASE_URL="https://code.google.com/p/v8/source/list"
39 V8="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
43 cd $V8
49 Fetches V8 revision information from a git-svn checkout.
54 -i Print revision info for all branches matching the V8 version.
56 Output format: [Git hash] [SVN revision] [V8 version]
58 -v Print the V8 version tag for a trunk SVN revision.
60 Output format: [V8 version]
62 -m Print all patches that were merged to the specified V8 branch.
64 Output format: [V8 version] [SVN revision] [SVN patch merged]*.
66 -p Print all patches merged to a specific V8 point-release.
70 -u Print a link to all SVN revisions between two V8 revision tags.