Skip to content

Commit

Permalink
tools: add .git-blame-ignore-revs file
Browse files Browse the repository at this point in the history
This would make the GitHub blame UI ignore the revisions mentioned in
the .git-blame-ignore-revs file. For now, it ignores the change
introduced in
nodejs@6afd3fc
as asked for in nodejs#42752 (comment).

Refs: https://github.blog/changelog/2022-03-24-ignore-commits-in-the-blame-view-beta
Signed-off-by: Darshan Sen <[email protected]>
  • Loading branch information
RaisinTen committed May 9, 2022
1 parent 3bc23f5 commit 4dc06d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# doc: add node: prefix for all core modules - https://github.com/nodejs/node/pull/42752
6afd3fcf653ed92063bafefa83661a076d241585
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

0 comments on commit 4dc06d8

Please sign in to comment.