@@ -30,7 +30,7 @@ For example, at the time of this writing:
30
30
31
31
All older branches are abandoned and are not maintained by the V8 team.
32
32
33
- ### V8 merge process overview
33
+ ### V8 Merge Process Overview
34
34
35
35
The process for backporting bug fixes to active branches is officially
36
36
documented [ on the V8 wiki] [ V8MergingPatching ] . The summary of the process is:
@@ -278,7 +278,7 @@ PR-URL: https://github.com/nodejs/node/pull/7833
278
278
normal and [ V8 CI] [ ] using the Node.js CI system. We only needed to backport
279
279
to ` v6.x ` as the other LTS branches weren't affected by this bug.
280
280
281
- ### Backports Identified by the V8 team
281
+ ### Backports Identified by the V8 Team
282
282
283
283
For bugs found through the browser or other channels, the V8 team marks bugs
284
284
that might be applicable to the abandoned branches in use by Node.js. This is
@@ -313,7 +313,7 @@ Node.js keeps a vendored copy of V8 inside of the deps/ directory. In addition,
313
313
Node.js may need to float patches that do not exist upstream. This means that
314
314
some care may need to be taken to update the vendored copy of V8.
315
315
316
- ### Minor updates (patch level )
316
+ ### Minor Updates (Patch Level )
317
317
318
318
Because there may be floating patches on the version of V8 in Node.js, it is
319
319
safest to apply the patch level updates as a patch. For example, imagine that
@@ -378,7 +378,7 @@ git node v8 major --branch=5.1-lkgr
378
378
379
379
This should be followed up with manual refloating of all relevant patches.
380
380
381
- ## Proposal: Using a fork repo to track upstream V8
381
+ ## Proposal: Using a Fork Repo to Track Upstream V8
382
382
383
383
The fact that Node.js keeps a vendored, potentially edited copy of V8 in deps/
384
384
makes the above processes a bit complicated. An alternative proposal would be to
0 commit comments