Skip to content

Commit f8a1cc4

Browse files
committed
🎨🔧 Add initial Git blame suppression list
This patch adds a config recognized by GitHub that allows hiding automated changes from the blame output to reduce the noise.
1 parent b234de9 commit f8a1cc4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.git-blame-ignore-revs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# START initial autopep8-driven formatting
2+
commit 6b875871545042ee8414ba05f7743eb9a491f631 # Make nested funcs sparse @ `cheroot.ssl.pyopenssl`
3+
commit b234de9e9d3ca6a3ba5ad4efe87f2347045c19b4 # Dedent nested tuple items @ `test_conn`
4+
# END initial autopep8-driven formatting

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
# Needed for setuptools-scm-git-archive
55
.git_archival.txt export-subst
66

7+
# Blame ignore list entries are expected to always be appended, never edited
8+
.git-blame-ignore-revs merge=union
9+
710
CHANGES.rst merge=union

0 commit comments

Comments
 (0)