Skip to content

Commit

Permalink
Add git-blame-ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
uuf6429 committed Dec 21, 2024
1 parent 8f204ff commit cf3eba3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Git 2.23+ allows ignoring commits from git-blame, useful to not display large automated commits.
#
# This file is a list of such commits, that you most probably are not interested in.
# To make this work for your local setup, you need to run the following command:
#
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# A few rules for change this file:
# - Commits are in chronological order - oldest on top. Therefore always append new commits.
# - This is specifically for large commits - avoid adding commits with a very small impact, even if related
# to automated formatting.
# - Each commit should be preceded with an comment clarifying the purpose of the commit.

# PHP-CS-Fixer Setup - Apply automated changes
cc23fdc9376975d209489ae88b22ed945871d9cb
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/CONTRIBUTING.md export-ignore
/phpunit.dist.xml export-ignore
/.php-cs-fixer.dist.php export-ignore
/.git-blame-ignore-revs export-ignore

0 comments on commit cf3eba3

Please sign in to comment.