Add git-blame ignore file

.git-blame-ignore-revs lists commit hashes that should be skipped by
`git blame` e.g. non-functional whitespace or style cleanup.

The file is populated with a few sample entries.

Reviewed by:	brooks, imp
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D36525

fixup ignore revs
This commit is contained in:
Ed Maste 2023-01-23 15:27:25 -05:00
parent df40e30c97
commit 247e03ed8b
1 changed files with 16 additions and 0 deletions

16
.git-blame-ignore-revs Normal file
View File

@ -0,0 +1,16 @@
# List of hashes of non-functional changes to be ignored by git-blame.
# This includes whitespace, style(9), comment typos, etc. Changes that affect
# built objects must not be included.
#
# Use `git blame --ignore-revs-file .git-blame-ignore-revs` or configure via
# `git config --global blame.ignoreRevsFile .git-blame-ignore-revs`. GitHub's
# blame view also uses this by default.
#
# For consistency this file is sorted by hash.
# regen syscall files after d51198d63b63
2c9764f36b6f20e9a6c71ce64a21988a394050b6
# Remove whitespace at EOL.
7ebcc426efefea9cd16ac6f565e72030c608f7a4
# elfctl whitespace
828e50092ac84f50247fb3f400027fc7510d8141