Skip to content

Commit 2768b9f

Browse files
committed
chore: Improve attribution by ignoring bulk formatting
This file lists revisions that should be ignored when considering attribution for the actual code written. Code style changes should not be considered as modifications with regards to attribution. To see clean and meaningful blame information. ``` $ git blame important.py --ignore-revs-file .git-blame-ignore-revs ``` To configure git to automatically ignore revisions listed in a file on every call to git blame. ``` $ git config blame.ignoreRevsFile .git-blame-ignore-revs ```
1 parent cfd1797 commit 2768b9f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.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)