Skip to content

Commit

Permalink
STYLE: Improve attribution by ignoring bulk formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
allemangD committed Jan 10, 2024
1 parent 4541f22 commit 4ef6b4a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# 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
#
# Ignore changes introduced when doing global file format changes
# Style: Remove trailing white-spaces
21bce822d30f96a82d1a09a606a317e2e0763f7f
# STYLE: Fix CMake indentation
1f9a56b225b5a9a554652855c86b89e15db017fc

0 comments on commit 4ef6b4a

Please sign in to comment.