Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

chore: add .gitblameignore file for ignore revisions from git blame#1509

Merged
jamiebuilds merged 1 commit into
mainfrom
gitblameignore
May 17, 2021
Merged

chore: add .gitblameignore file for ignore revisions from git blame#1509
jamiebuilds merged 1 commit into
mainfrom
gitblameignore

Conversation

@jamiebuilds
Copy link
Copy Markdown
Contributor

@jamiebuilds jamiebuilds commented May 17, 2021

Summary

This is useful for ignoring commits like "Switch to hard tabs (#443)" which are almost never what you are looking for

Test Plan

#
# This file can be used to ignore certain revisions from git blame results
#
# To use it once:
#   $ git --ignore-revs-file .gitblameignore
#
# To use it all the time:
#   $ git config --local blame.ignoreRevsFile .gitblameignore
#
# If you add a commit to this file, please include the message of the commit and a link to its PR
#

This is useful for ignoring commits like "Switch to hard tabs (#443)" which are almost never what you are looking for
@jamiebuilds jamiebuilds requested a review from sebmck as a code owner May 17, 2021 22:28
@jamiebuilds jamiebuilds merged commit 1ea73db into main May 17, 2021
@jamiebuilds jamiebuilds deleted the gitblameignore branch May 17, 2021 22:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant