Skip to content

Commit 871dc30

Browse files
authored
chore: Improve attribution by ignoring bulk formatting (#518)
1 parent f282eec commit 871dc30

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.git-blame-ignore-revs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#
2+
# This file lists revisions that should be ignored when considering
3+
# attribution for the actual code written. Code style changes should
4+
# not be considered as modifications with regards to attribution.
5+
#
6+
# To see clean and meaningful blame information.
7+
# $ git blame important.py --ignore-revs-file .git-blame-ignore-revs
8+
#
9+
# To configure git to automatically ignore revisions listed in a file
10+
# on every call to git blame.
11+
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
12+
#
13+
# Ignore changes introduced when doing global file format changes
14+
15+
# Switch to uncrustify (#517)
16+
cfd179711f413aa8e0da9c2f437ad4f8938d5f70

0 commit comments

Comments
 (0)