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

Commits on May 18, 2022

  1. tools: add .git-blame-ignore-revs file

    This would make the GitHub blame UI ignore the revisions mentioned in
    the .git-blame-ignore-revs file. For now, it ignores the changes
    introduced in:
    * nodejs@1a37fd6
    * nodejs@f20a88f
    * nodejs@fe027da
    * nodejs@d0bf5ca
    * nodejs@dc88d19
    
    Refs: https://github.blog/changelog/2022-03-24-ignore-commits-in-the-blame-view-beta
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed May 18, 2022
    Configuration menu
    Copy the full SHA
    05f6044 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Update .git-blame-ignore-revs

    Co-authored-by: Livia Medeiros <74449973+LiviaMedeiros@users.noreply.github.com>
    RaisinTen and LiviaMedeiros committed May 22, 2022
    Configuration menu
    Copy the full SHA
    5ab237e View commit details
    Browse the repository at this point in the history