diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000000..130a73ed0c --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +2ff2316227dc3bb04447060c719e78baf2d7383f +f7338717aeb56fbe394c0683539a0cf2f7f3ded7 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 513d1083dd..f7cb62500a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,6 +51,12 @@ Further changes to the structure may be made to improve development efficiency a --- +## Ignored commits for git blame + +There were two major styling change commits, which impacted almost every C++ file in the repository. If you want to avoid seeing those changes in `git blame` output, you can run `git config blame.ignoreRevsFile .git-blame-ignore-revs`. This will exclude style changes from git blame. + +--- + ## Making Changes ### From a Developer's Perspective