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

Ignore auto-formatting patches in git blame #17546

Merged
merged 1 commit into from
Jan 20, 2024

Commits on Jan 20, 2024

  1. Ignore auto-formatting patches in git blame

    When using Prettier to auto-format (parts of) the code-base you usually end up with *huge* patches that touch lots of lines without making any actual changes.
    This often adds unnecessary steps when using `git blame`, however it's easy enough to avoid this; please refer to https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
    Snuffleupagus committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    c9755bd View commit details
    Browse the repository at this point in the history