Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: add .git-blame-ignore-revs file #43017

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# benchmark: add trailing newline for consistency - https://github.com/nodejs/node/pull/9410
dc88d19380b9b05f6bee7d61d87398f08124c861
# doc: remove trailing whitespace - https://github.com/nodejs/node/pull/24642
d0bf5ca90b2e816c37511e30225a373b8810ed0d
# tools: make trailing commas consistent in .eslintrc - https://github.com/nodejs/node/pull/25739
1a37fd63c6b098524bb577e1db69bcb073fc5171
RaisinTen marked this conversation as resolved.
Show resolved Hide resolved
# http: remove trailing space - https://github.com/nodejs/node/pull/33035
f20a88fb866917d7dd489b88c233a5e123ff3271
# fs: add trailing commas - https://github.com/nodejs/node/pull/43127
fe027da1f0aa8d63ed9a2c8298a45946bc674fff
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
!.eslintrc.js
!.eslintrc.yaml
!.flake8
!.git-blame-ignore-revs
!.gitattributes
!.github
!.gitignore
Expand Down