diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 00000000..c74a8676 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,19 @@ +# +# 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 + +# removing comments around arguments +f937adaf3a80055f9187e226f9724d3265980e00 +# Formatted headers and added style check. +24fa0fe9f6fcf12ae4695b4cd324793e573a1756 +# Revert "Formatted headers and added style check." +b590a6bfe034ea3a418b7b523e3490956bcb367a