Skip to content

Commit e80f024

Browse files
committed
Add .git-blame-ignore-revs to ignore previous commit
This should retain blame quality on GitHub, and can be configured locally to the same effect.
1 parent 4c98742 commit e80f024

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.git-blame-ignore-revs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This file contains a list of Git commit hashes that should be hidden from the
2+
# regular Git history. Typically, this includes commits involving mass auto-formatting
3+
# or other normalizations. Commit hashes *must* use the full 40-character notation.
4+
# To apply the ignore list in your local Git client, you must run:
5+
#
6+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
7+
#
8+
# This file is automatically used by GitHub.com's blame view.
9+
10+
# Convert DOS newlines to Unix newlines everywhere
11+
4c98742f63982f6174338196d5cdbc8cad7af8cb

0 commit comments

Comments
 (0)