Skip to content

docs: "s/git apply/git am -3" in V8 guide - #10665

Closed
MylesBorins wants to merge 1 commit into
nodejs:masterfrom
MylesBorins:update-V8-guide
Closed

docs: "s/git apply/git am -3" in V8 guide#10665
MylesBorins wants to merge 1 commit into
nodejs:masterfrom
MylesBorins:update-V8-guide

Conversation

@MylesBorins

Copy link
Copy Markdown
Contributor

git apply does not preserve the original commit message. These updated
instructions offer a simpler flow for backporting.

@nodejs-github-botnodejs-github-bot added the doc Issues and PRs related to the documentations. label Jan 6, 2017
Comment threaddoc/guides/maintaining-V8.md Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems something is missing after "git commit --amend"

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added `--author="First Last your@email.address"

That should just work afaik

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not what I meant, but I'd suggest --reset-author.
My comment was about the placement of the command in the text. Maybe add a period after it?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed PTAL

@mscdexmscdex added the v8 engine Issues and PRs related to the V8 dependency. label Jan 6, 2017
@MylesBorins
MylesBorinsforce-pushed the update-V8-guide branch 2 times, most recently from 4847afd to 544d7ffCompareJanuary 6, 2017 22:34
@gibfahn

Copy link
Copy Markdown
Member

Should it be doc: rather than docs: in the commit message?

git apply does not preserve the original commit message. These updated
instructions offer a simpler flow for backporting.
jasnell pushed a commit that referenced this pull request Jan 10, 2017
git apply does not preserve the original commit message. These updated
instructions offer a simpler flow for backporting.
PR-URL: #10665
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michal Zasso <targos@protonmail.com>
@jasnell

jasnell commented Jan 10, 2017

Copy link
Copy Markdown
Member

Landed in db14687

@jasnelljasnell closed this Jan 10, 2017
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 18, 2017
git apply does not preserve the original commit message. These updated
instructions offer a simpler flow for backporting.
PR-URL: nodejs#10665
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michal Zasso <targos@protonmail.com>
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 23, 2017
git apply does not preserve the original commit message. These updated
instructions offer a simpler flow for backporting.
PR-URL: nodejs#10665
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michal Zasso <targos@protonmail.com>
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 24, 2017
git apply does not preserve the original commit message. These updated
instructions offer a simpler flow for backporting.
PR-URL: nodejs#10665
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michal Zasso <targos@protonmail.com>
italoacasas pushed a commit to italoacasas/node that referenced this pull request Jan 27, 2017
git apply does not preserve the original commit message. These updated
instructions offer a simpler flow for backporting.
PR-URL: nodejs#10665
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michal Zasso <targos@protonmail.com>
@italoacasasitaloacasas mentioned this pull request Jan 29, 2017
MylesBorins added a commit that referenced this pull request Mar 7, 2017
git apply does not preserve the original commit message. These updated
instructions offer a simpler flow for backporting.
PR-URL: #10665
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michal Zasso <targos@protonmail.com>
MylesBorins added a commit that referenced this pull request Mar 7, 2017
git apply does not preserve the original commit message. These updated
instructions offer a simpler flow for backporting.
PR-URL: #10665
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michal Zasso <targos@protonmail.com>
MylesBorins added a commit that referenced this pull request Mar 9, 2017
git apply does not preserve the original commit message. These updated
instructions offer a simpler flow for backporting.
PR-URL: #10665
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michal Zasso <targos@protonmail.com>
@MylesBorinsMylesBorins mentioned this pull request Mar 9, 2017
MylesBorins added a commit that referenced this pull request Mar 9, 2017
git apply does not preserve the original commit message. These updated
instructions offer a simpler flow for backporting.
PR-URL: #10665
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michal Zasso <targos@protonmail.com>
@MylesBorinsMylesBorins mentioned this pull request Mar 9, 2017
@MylesBorins
MylesBorins deleted the update-V8-guide branch November 14, 2017 17:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.v8 engineIssues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@MylesBorins@gibfahn@jasnell@targos@mscdex@nodejs-github-bot