libv8 5.1.281.59.1 → 5.2.361.43.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +0 -7
  3. data/CHANGELOG.md +9 -1
  4. data/README.md +41 -23
  5. data/Rakefile +1 -1
  6. data/ext/libv8/builder.rb +1 -1
  7. data/ext/libv8/compiler/apple_llvm.rb +5 -4
  8. data/ext/libv8/compiler/clang.rb +5 -4
  9. data/ext/libv8/compiler/gcc.rb +5 -4
  10. data/ext/libv8/compiler/generic_compiler.rb +11 -1
  11. data/lib/libv8/version.rb +1 -1
  12. data/patches/0001-Build-a-standalone-static-library.patch +26 -0
  13. data/patches/{0002-Disable-building-tests.patch → 0002-Don-t-compile-unnecessary-stuff.patch} +31 -34
  14. data/patches/0003-Use-the-fPIC-flag-for-the-static-library.patch +10 -10
  15. data/patches/0004-Reinterpret-thread-hash-for-FreeBSD-too.patch +25 -0
  16. data/release/armhf-linux/Vagrantfile +95 -0
  17. data/release/armhf-linux/initrd.img +0 -0
  18. data/release/armhf-linux/vmlinuz +0 -0
  19. data/release/{x86_64-freebsd10 → x86_64-freebsd-10}/Vagrantfile +3 -1
  20. data/spec/compiler/apple_llvm_spec.rb +10 -3
  21. data/spec/compiler/clang_spec.rb +7 -0
  22. data/spec/compiler_spec.rb +1 -1
  23. data/spec/support/compiler_helpers.rb +3 -1
  24. data/vendor/depot_tools/{README → README.md} +33 -12
  25. data/vendor/depot_tools/checkout.py +7 -2
  26. data/vendor/depot_tools/cit.py +51 -13
  27. data/vendor/depot_tools/cpplint.py +27 -5
  28. data/vendor/depot_tools/git_cl.py +370 -290
  29. data/vendor/depot_tools/git_common.py +133 -28
  30. data/vendor/depot_tools/git_drover.py +29 -2
  31. data/vendor/depot_tools/git_map.py +2 -2
  32. data/vendor/depot_tools/git_map_branches.py +9 -5
  33. data/vendor/depot_tools/git_rebase_update.py +3 -3
  34. data/vendor/depot_tools/git_upstream_diff.py +1 -1
  35. data/vendor/depot_tools/infra/config/OWNERS +1 -0
  36. data/vendor/depot_tools/infra/config/cq.cfg +8 -3
  37. data/vendor/depot_tools/infra/config/recipes.cfg +1 -1
  38. data/vendor/depot_tools/man/html/depot_tools.html +10 -2
  39. data/vendor/depot_tools/man/html/depot_tools_tutorial.html +14 -15
  40. data/vendor/depot_tools/man/html/git-auto-svn.html +2 -2
  41. data/vendor/depot_tools/man/html/git-cherry-pick-upload.html +2 -11
  42. data/vendor/depot_tools/man/html/git-drover.html +19 -17
  43. data/vendor/depot_tools/man/html/git-footers.html +2 -2
  44. data/vendor/depot_tools/man/html/git-freeze.html +17 -4
  45. data/vendor/depot_tools/man/html/git-hyper-blame.html +2 -2
  46. data/vendor/depot_tools/man/html/git-map-branches.html +2 -2
  47. data/vendor/depot_tools/man/html/git-map.html +3 -3
  48. data/vendor/depot_tools/man/html/git-mark-merge-base.html +2 -2
  49. data/vendor/depot_tools/man/html/git-nav-downstream.html +7 -7
  50. data/vendor/depot_tools/man/html/git-nav-upstream.html +4 -4
  51. data/vendor/depot_tools/man/html/git-new-branch.html +2 -2
  52. data/vendor/depot_tools/man/html/git-rebase-update.html +2 -2
  53. data/vendor/depot_tools/man/html/git-rename-branch.html +2 -2
  54. data/vendor/depot_tools/man/html/git-reparent-branch.html +2 -2
  55. data/vendor/depot_tools/man/html/git-retry.html +2 -2
  56. data/vendor/depot_tools/man/html/git-squash-branch.html +4 -4
  57. data/vendor/depot_tools/man/html/git-thaw.html +2 -2
  58. data/vendor/depot_tools/man/html/git-upstream-diff.html +2 -2
  59. data/vendor/depot_tools/man/man1/git-auto-svn.1 +4 -4
  60. data/vendor/depot_tools/man/man1/git-cherry-pick-upload.1 +5 -14
  61. data/vendor/depot_tools/man/man1/git-drover.1 +21 -19
  62. data/vendor/depot_tools/man/man1/git-footers.1 +5 -5
  63. data/vendor/depot_tools/man/man1/git-freeze.1 +12 -6
  64. data/vendor/depot_tools/man/man1/git-hyper-blame.1 +4 -4
  65. data/vendor/depot_tools/man/man1/git-map-branches.1 +5 -7
  66. data/vendor/depot_tools/man/man1/git-map.1 +5 -5
  67. data/vendor/depot_tools/man/man1/git-mark-merge-base.1 +4 -4
  68. data/vendor/depot_tools/man/man1/git-nav-downstream.1 +9 -9
  69. data/vendor/depot_tools/man/man1/git-nav-upstream.1 +6 -6
  70. data/vendor/depot_tools/man/man1/git-new-branch.1 +4 -4
  71. data/vendor/depot_tools/man/man1/git-rebase-update.1 +4 -4
  72. data/vendor/depot_tools/man/man1/git-rename-branch.1 +4 -4
  73. data/vendor/depot_tools/man/man1/git-reparent-branch.1 +4 -4
  74. data/vendor/depot_tools/man/man1/git-retry.1 +4 -4
  75. data/vendor/depot_tools/man/man1/git-squash-branch.1 +6 -6
  76. data/vendor/depot_tools/man/man1/git-thaw.1 +4 -4
  77. data/vendor/depot_tools/man/man1/git-upstream-diff.1 +4 -4
  78. data/vendor/depot_tools/man/man7/depot_tools.7 +9 -4
  79. data/vendor/depot_tools/man/man7/depot_tools_tutorial.7 +14 -15
  80. data/vendor/depot_tools/man/src/depot_tools_tutorial.txt +1 -2
  81. data/vendor/depot_tools/man/src/git-freeze.txt +15 -0
  82. data/vendor/depot_tools/man/src/make_docs.sh +4 -4
  83. data/vendor/depot_tools/owners.py +50 -46
  84. data/vendor/depot_tools/owners_finder.py +6 -19
  85. data/vendor/depot_tools/presubmit_canned_checks.py +2 -1
  86. data/vendor/depot_tools/presubmit_support.py +8 -10
  87. data/vendor/depot_tools/recipe_modules/bot_update/api.py +69 -55
  88. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail.json +1 -0
  89. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json +1 -0
  90. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json +1 -0
  91. data/vendor/depot_tools/recipe_modules/bot_update/resources/bot_update.py +2 -0
  92. data/vendor/depot_tools/recipe_modules/gclient/api.py +0 -17
  93. data/vendor/depot_tools/recipe_modules/gclient/config.py +9 -8
  94. data/vendor/depot_tools/recipe_modules/gclient/example.py +1 -1
  95. data/vendor/depot_tools/recipe_modules/git/api.py +20 -4
  96. data/vendor/depot_tools/recipe_modules/git/example.expected/can_fail_build.json +1 -0
  97. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json +1 -0
  98. data/vendor/depot_tools/recipe_modules/git/example.expected/git-cache-checkout.json +189 -0
  99. data/vendor/depot_tools/recipe_modules/git/example.expected/platform_win.json +2 -1
  100. data/vendor/depot_tools/recipe_modules/git/example.expected/rebase_failed.json +1 -0
  101. data/vendor/depot_tools/recipe_modules/git/example.py +6 -1
  102. data/vendor/depot_tools/recipe_modules/git_cl/api.py +13 -0
  103. data/vendor/depot_tools/recipe_modules/git_cl/example.expected/basic.json +17 -0
  104. data/vendor/depot_tools/recipe_modules/git_cl/example.py +3 -0
  105. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_swarmbucket_linux.json +14 -0
  106. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_swarmbucket_mac.json +14 -0
  107. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_swarmbucket_win.json +14 -0
  108. data/vendor/depot_tools/recipe_modules/infra_paths/example.py +1 -1
  109. data/vendor/depot_tools/recipe_modules/infra_paths/path_config.py +23 -10
  110. data/vendor/depot_tools/recipe_modules/tryserver/api.py +5 -3
  111. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch.json +1 -0
  112. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch.json +1 -0
  113. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json +1 -0
  114. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json +1 -0
  115. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json +3 -1
  116. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +3 -1
  117. data/vendor/depot_tools/recipes.py +56 -27
  118. data/vendor/depot_tools/rietveld.py +10 -0
  119. data/vendor/depot_tools/third_party/httplib2/README.chromium +3 -3
  120. data/vendor/depot_tools/third_party/httplib2/__init__.py +31 -15
  121. data/vendor/depot_tools/third_party/upload.py +54 -45
  122. data/vendor/depot_tools/update_depot_tools +16 -70
  123. data/vendor/depot_tools/update_depot_tools.bat +4 -18
  124. data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +10 -6
  125. metadata +15 -8
  126. data/patches/0001-Build-standalone-static-library.patch +0 -26
  127. data/vendor/depot_tools/git_utils/git-tree-prune +0 -122
@@ -1,13 +1,13 @@
1
1
  '\" t
2
2
  .\" Title: git-footers
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
- .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
- .\" Date: 09/09/2014
4
+ .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 27c5488
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-FOOTERS" "1" "09/09/2014" "depot_tools 27c5488" "Chromium depot_tools Manual"
10
+ .TH "GIT\-FOOTERS" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -140,5 +140,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
140
140
  .IP " 1." 4
141
141
  here
142
142
  .RS 4
143
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
143
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
144
144
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-freeze
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 04/10/2014
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 68b1017
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-FREEZE" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools Manual"
10
+ .TH "GIT\-FREEZE" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -40,6 +40,8 @@ git-freeze \- Freeze all changes on a branch (indexed and unindexed)\&.
40
40
  git freeze works a lot like git stash, in that it stores the current changes in your working copy and index \fIsomewhere\fR\&. Unlike git stash, git freeze stores those changes on your current branch\&. This effectively allows you to \fIpause\fR development of a branch, work on something else, and then come back to exactly the same working state later (by running git thaw)\&.
41
41
  .sp
42
42
  git freeze will make up to 2 commits on your branch\&. A commit with the message FREEZE\&.indexed will contain all changes which you\(cqve added to your index (like with \fIgit add\fR, \fIgit mv\fR, \fIgit rm\fR, etc\&.)\&. A commit with the message FREEZE\&.unindexed will contain all changes which were not in your index at the time you ran git freeze (freshly modified files, new files, etc\&.)\&.
43
+ .sp
44
+ By default git freeze will only freeze up to 100MB of untracked files\&. See \fICONFIGURATION VARIABLES\fR for more details\&.
43
45
  .SH "EXAMPLE"
44
46
  .sp
45
47
 
@@ -58,7 +60,7 @@ D deleted_file
58
60
  \fB$ git freeze\fR
59
61
  \fB$ git status \-\-short\fR
60
62
  \fB$ git log \-n 2 \-\-stat\fR
61
- commit 85b90eda860a6f62d95efdb29a09ebe2bace018d
63
+ commit fd6fc0bda72f3f60055d8d5f7953862a9566794b
62
64
  Author: local <local@chromium\&.org>
63
65
  Date: Thu Apr 10 08:54:56 2014 +0000
64
66
 
@@ -70,7 +72,7 @@ Date: Thu Apr 10 08:54:56 2014 +0000
70
72
  unstaged_deleted_file | 1 \-
71
73
  4 files changed, 2 insertions(+), 1 deletion(\-)
72
74
 
73
- commit 4d4db1b3bfbb42b0c9c87326bd522cc9d6946911
75
+ commit 092c50e807dbdadd0979a43e7ccc50cbfd6b4c98
74
76
  Author: local <local@chromium\&.org>
75
77
  Date: Thu Apr 10 08:54:56 2014 +0000
76
78
 
@@ -93,6 +95,10 @@ D deleted_file
93
95
  .RE
94
96
  .\}
95
97
  .sp
98
+ .SH "CONFIGURATION VARIABLES"
99
+ .SS "depot\-tools\&.freeze\-size\-limit"
100
+ .sp
101
+ This sets the size limit as an integer number of megabytes of untracked files that git\-freeze will be willing to put in suspended animation\&. A 0 or negative limit disables the size\-limit check entirely\&. \fB100\fR by default\&.
96
102
  .SH "SEE ALSO"
97
103
  .sp
98
104
  \fBgit-thaw\fR(1)
@@ -103,5 +109,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
103
109
  .IP " 1." 4
104
110
  here
105
111
  .RS 4
106
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
112
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
107
113
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-hyper-blame
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 02/19/2016
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools ba74a75
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-HYPER\-BLAME" "1" "02/19/2016" "depot_tools ba74a75" "Chromium depot_tools Manual"
10
+ .TH "GIT\-HYPER\-BLAME" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -124,5 +124,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
124
124
  .IP " 1." 4
125
125
  here
126
126
  .RS 4
127
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
127
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
128
128
  .RE
@@ -1,13 +1,13 @@
1
1
  '\" t
2
2
  .\" Title: git-map-branches
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
- .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
- .\" Date: 09/23/2014
4
+ .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 28bf2be
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-MAP\-BRANCHES" "1" "09/23/2014" "depot_tools 28bf2be" "Chromium depot_tools Manual"
10
+ .TH "GIT\-MAP\-BRANCHES" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -95,7 +95,6 @@ red
95
95
  .sp -1
96
96
  .IP \(bu 2.3
97
97
  .\}
98
-
99
98
  \fIbranch\-heads\fR
100
99
  branches are
101
100
  blue\&.
@@ -109,7 +108,6 @@ blue\&.
109
108
  .sp -1
110
109
  .IP \(bu 2.3
111
110
  .\}
112
-
113
111
  {NO UPSTREAM}
114
112
  is a special placeholder in
115
113
  magenta\&.
@@ -189,5 +187,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
189
187
  .IP " 1." 4
190
188
  here
191
189
  .RS 4
192
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
190
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
193
191
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-map
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 04/10/2014
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 68b1017
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-MAP" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools Manual"
10
+ .TH "GIT\-MAP" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -138,7 +138,7 @@ Running \fIgit map\fR would result in an output something like:
138
138
  .\}
139
139
  .nf
140
140
  \fB$ git map\fR
141
- \fB* d0fb9c7 \fR (\fBfrozen_branch\fR) 2014\-04\-10 ~ FREEZE\&.unindexed
141
+ * \fBd0fb9c7 \fR (HEAD \-> frozen_branch) 2014\-04\-10 ~ FREEZE\&.unindexed
142
142
  * \fBf48f415 \fR 2014\-04\-10 ~ modfile
143
143
  * \fB4c5b9c0 \fR 2014\-04\-10 ~ a deleted file
144
144
  * \fBf7ce1e4 \fR (\fBfixit\fR) 2014\-04\-10 ~ Add neat feature\fB <(frozen_branch)\fR
@@ -175,5 +175,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
175
175
  .IP " 1." 4
176
176
  here
177
177
  .RS 4
178
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
178
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
179
179
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-mark-merge-base
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 04/10/2014
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 68b1017
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-MARK\-MERGE\-BA" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools Manual"
10
+ .TH "GIT\-MARK\-MERGE\-BA" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -65,5 +65,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
65
65
  .IP " 1." 4
66
66
  here
67
67
  .RS 4
68
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
68
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
69
69
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-nav-downstream
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 04/10/2014
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 1ce0237
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-NAV\-DOWNSTREAM" "1" "04/10/2014" "depot_tools 1ce0237" "Chromium depot_tools Manual"
10
+ .TH "GIT\-NAV\-DOWNSTREAM" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -47,20 +47,20 @@ git-nav-downstream \- Checkout a downstream branch of the currently checked out
47
47
  .\}
48
48
  .nf
49
49
  \fB$ git map\-branches\fR
50
- \fBorigin/master *
50
+ \fBorigin/master
51
51
  \fR cool_feature
52
52
  subfeature
53
53
  fixit
54
54
  frozen_branch
55
55
  \fB$ git nav\-downstream\fR
56
- Please select a downstream branch
57
- 0\&. cool_feature
58
- 1\&. fixit
59
- Selection (0\-1)[0]: 0
60
56
  Previous HEAD position was beec6f4\&.\&.\&. Make ReflectorImpl use mailboxes
61
57
  Switched to branch \*(Aqcool_feature\*(Aq
62
58
  Your branch is ahead of \*(Aqorigin/master\*(Aq by 4 commits\&.
63
59
  (use "git push" to publish your local commits)
60
+ Please select a downstream branch
61
+ 0\&. cool_feature
62
+ 1\&. fixit
63
+ Selection (0\-1)[0]: 0
64
64
  \fB$ git map\-branches\fR
65
65
  origin/master
66
66
  \fB cool_feature *
@@ -108,5 +108,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
108
108
  .IP " 1." 4
109
109
  here
110
110
  .RS 4
111
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
111
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
112
112
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-nav-upstream
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 04/10/2014
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 1ce0237
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-NAV\-UPSTREAM" "1" "04/10/2014" "depot_tools 1ce0237" "Chromium depot_tools Manual"
10
+ .TH "GIT\-NAV\-UPSTREAM" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -72,11 +72,11 @@ state without impacting any branches by performing another checkout\&.
72
72
  If you want to create a new branch to retain commits you create, you may
73
73
  do so (now or later) by using \-b with the checkout command again\&. Example:
74
74
 
75
- git checkout \-b new_branch_name
75
+ git checkout \-b <new\-branch\-name>
76
76
 
77
77
  HEAD is now at beec6f4\&.\&.\&. Make ReflectorImpl use mailboxes
78
78
  \fB$ git map\-branches\fR
79
- \fBorigin/master *
79
+ \fBorigin/master
80
80
  \fR cool_feature
81
81
  subfeature
82
82
  fixit
@@ -112,5 +112,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
112
112
  .IP " 1." 4
113
113
  here
114
114
  .RS 4
115
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
115
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
116
116
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-new-branch
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 04/10/2014
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 68b1017
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-NEW\-BRANCH" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools Manual"
10
+ .TH "GIT\-NEW\-BRANCH" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -164,5 +164,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
164
164
  .IP " 1." 4
165
165
  here
166
166
  .RS 4
167
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
167
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
168
168
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-rebase-update
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 09/10/2015
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 805792e
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-REBASE\-UPDATE" "1" "09/10/2015" "depot_tools 805792e" "Chromium depot_tools Manual"
10
+ .TH "GIT\-REBASE\-UPDATE" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -163,5 +163,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
163
163
  .IP " 1." 4
164
164
  here
165
165
  .RS 4
166
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
166
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
167
167
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-rename-branch
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 04/10/2014
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 68b1017
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-RENAME\-BRANCH" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools Manual"
10
+ .TH "GIT\-RENAME\-BRANCH" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -49,5 +49,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
49
49
  .IP " 1." 4
50
50
  here
51
51
  .RS 4
52
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
52
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
53
53
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-reparent-branch
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 04/10/2014
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 68b1017
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-REPARENT\-BRANC" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools Manual"
10
+ .TH "GIT\-REPARENT\-BRANC" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -89,5 +89,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
89
89
  .IP " 1." 4
90
90
  here
91
91
  .RS 4
92
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
92
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
93
93
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-retry
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 07/22/2014
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 7242c60
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-RETRY" "1" "07/22/2014" "depot_tools 7242c60" "Chromium depot_tools Manual"
10
+ .TH "GIT\-RETRY" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -104,5 +104,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
104
104
  .IP " 1." 4
105
105
  here
106
106
  .RS 4
107
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
107
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
108
108
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-squash-branch
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 04/10/2014
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 68b1017
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-SQUASH\-BRANCH" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools Manual"
10
+ .TH "GIT\-SQUASH\-BRANCH" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -55,7 +55,7 @@ Optional message to use for the first line of the squashed commit\&. If omitted,
55
55
  .\}
56
56
  .nf
57
57
  \fB$ git map\fR
58
- \fB* d0fb9c7 \fR (\fBfrozen_branch\fR) 2014\-04\-10 ~ FREEZE\&.unindexed
58
+ * \fBd0fb9c7 \fR (HEAD \-> frozen_branch) 2014\-04\-10 ~ FREEZE\&.unindexed
59
59
  * \fBf48f415 \fR 2014\-04\-10 ~ modfile
60
60
  * \fB4c5b9c0 \fR 2014\-04\-10 ~ a deleted file
61
61
  * \fBf7ce1e4 \fR (\fBfixit\fR) 2014\-04\-10 ~ Add neat feature\fB <(frozen_branch)\fR
@@ -77,7 +77,7 @@ Optional message to use for the first line of the squashed commit\&. If omitted,
77
77
  * \fB33a7a74 \fR 2014\-04\-10 ~ Always output seccomp error messages to stderr
78
78
  \fB$ git squash\-branch \-m \*(Aqcool squash demo\*(Aq\fR
79
79
  \fB$ git map\fR
80
- \fB* 98e69e8 \fR (\fBfrozen_branch\fR) 2014\-04\-10 ~ cool squash demo
80
+ * \fB98e69e8 \fR (HEAD \-> frozen_branch) 2014\-04\-10 ~ cool squash demo
81
81
  * \fBf7ce1e4 \fR (\fBfixit\fR) 2014\-04\-10 ~ Add neat feature\fB <(frozen_branch)\fR
82
82
  * \fB3726937 \fR 2014\-04\-10 ~ Epic README update
83
83
  | * \fB14db2e5 \fR (\fBcool_feature\fR) 2014\-04\-10 ~ Respond to CL comments
@@ -125,5 +125,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
125
125
  .IP " 1." 4
126
126
  here
127
127
  .RS 4
128
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
128
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
129
129
  .RE
@@ -2,12 +2,12 @@
2
2
  .\" Title: git-thaw
3
3
  .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
  .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 04/10/2014
5
+ .\" Date: 07/21/2016
6
6
  .\" Manual: Chromium depot_tools Manual
7
- .\" Source: depot_tools 68b1017
7
+ .\" Source: depot_tools bf2a341
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "GIT\-THAW" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools Manual"
10
+ .TH "GIT\-THAW" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -50,5 +50,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
50
50
  .IP " 1." 4
51
51
  here
52
52
  .RS 4
53
- \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
53
+ \%https://chromium.googlesource.com/chromium/tools/depot_tools
54
54
  .RE