Skip to content

Commit

Permalink
Add support for ignoring revs with git blame
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed Feb 8, 2020
1 parent f190d36 commit de5fa98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# When making commits that are strictly formatting/style changes, add the
# commit hash here, so git blame can ignore the change.
# Use as needed with:
# git blame --ignore-revs-file .git-blame-ignore-revs
# Or automatically with:
# git config blame.ignoreRevsFile .git-blame-ignore-revs

a12ad693137d82770e6118ea8d90955e2c753305 # Format twine and tests with black

0 comments on commit de5fa98

Please sign in to comment.