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

.git-blame-ignore-revs: Ignore Line Ending and Uncrustify only commits #299

Merged
merged 1 commit into from
Jan 17, 2024

Commits on Jan 11, 2024

  1. .git-blame-ignore-revs: Ignore Line Ending and Uncrustify only commits

    Adds commits that only applied Uncrustify formatting or converted
    line endings to a .git-blame-ignore-revs file so they are ignored
    by git blame. This is supported by GitHub:
    https://github.blog/changelog/2022-03-24-ignore-commits-in-the-blame-view-beta/
    
    This helps clean up git blame by filtering out these changes.
    
    Note: This file needs to be updated on rebase branches. Processes
          like filter-branch can automatically update relevant SHAs.
    
    Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
    makubacki committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b34e9b6 View commit details
    Browse the repository at this point in the history