Lines Matching refs:backport
30 * A fix needing backport is tagged w/ _merge-request-x.x_ tag. This can be done
58 * Fixed, but needs backport. The bug may need porting to one or more branches.
85 backport the fix:
89 * A tracking bug is needed to request a backport.
112 As an example for how to backport changes, consider the bug
120 You can use [`git-node`][] to help you backport patches. This removes
130 5. Run `git node v8 backport a51f429`.
134 $ git node v8 backport a51f429
136 ❯ V8 commit backport
156 $ git node v8 backport a51f429
158 ✔ V8 commit backport
163 needed to backport to v6.x as the other LTS branches weren't affected
166 See [`git-node-v8-backport`][] for more documentation and additional options.
228 backport to `v6.x` as the other LTS branches weren't affected by this bug.
255 to shepherd through the backport process. External contributors are welcome to
256 collaborate on the backport process as well. Some of the bugs may be
387 [`git-node-v8-backport`]: https://github.com/nodejs/node-core-utils/blob/main/docs/git-node.md#git-…