Home | History | Annotate | Download | only in tools

Lines Matching refs:svn

49 Fetches V8 revision information from a git-svn checkout.
56 Output format: [Git hash] [SVN revision] [V8 version]
58 -v Print the V8 version tag for a trunk SVN revision.
64 Output format: [V8 version] [SVN revision] [SVN patch merged]*.
68 Output format: [SVN patch merged]*
70 -u Print a link to all SVN revisions between two V8 revision tags.
76 git for-each-ref --format="%(objectname) %(refname:short)" refs/remotes/svn
88 tags | grep "svn/tags/$1$" | tag_revision
96 git svn log -1 --oneline $1 | cut -d" " -f1
100 tags | grep svn/tags/$1 | while read tag; do
103 svn=$(hash_to_svn $rev)
104 echo $rev $svn $id
109 git svn find-rev $2 svn/$1
123 git cherry -v svn/trunk svn/$1 | while read merge; do
125 svn=$(svn_rev $1 $h)
128 echo $rev r$svn $merges