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

fix: update git-blame-ignore-revs to correct commit hash #469

Merged
merged 1 commit into from
Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# To leverage this file and skip commits marked for ignore by git blame,
# use command `git config blame.ignoreRevsFile .git-blame-ignore-revs`
# to configure git to skip the below commits.

# Moving to two space indent
a558d293574f84d0bffcd37e652b50b32798cd22
2b2c5710fe8160604ef78fa3bc1a1f3752e5e255
1 change: 0 additions & 1 deletion src/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ One-time setup activities to start contributing:
- Choose a local folder for the cloned files
- Clone the repository to your local machine
- Configure the upstream remote value
- Configure git to ignore specified commits via `git config blame.ignoreRevsFile .git-blame-ignore-revs`

### Overview

Expand Down