You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes it easier to run `git blame` across the recent bulk
source code changes for linting/prettifying.
Enable with:
```
git config blame.ignoreRevsFile .git-blame-ignore-revs
```
(The filename is convention, and e.g. also used by the MongoDB server
source repository.)
0 commit comments