Skip to content

Commit

Permalink
🎨🔧 Add initial Git blame suppression list
Browse files Browse the repository at this point in the history
This patch adds a config recognized by GitHub that allows hiding
automated changes from the blame output to reduce the noise.
  • Loading branch information
webknjaz committed Jun 30, 2023
1 parent b234de9 commit f8a1cc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# START initial autopep8-driven formatting
commit 6b875871545042ee8414ba05f7743eb9a491f631 # Make nested funcs sparse @ `cheroot.ssl.pyopenssl`
commit b234de9e9d3ca6a3ba5ad4efe87f2347045c19b4 # Dedent nested tuple items @ `test_conn`
# END initial autopep8-driven formatting
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
# Needed for setuptools-scm-git-archive
.git_archival.txt export-subst

# Blame ignore list entries are expected to always be appended, never edited
.git-blame-ignore-revs merge=union

CHANGES.rst merge=union

0 comments on commit f8a1cc4

Please sign in to comment.