-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.git-blame-ignore-revs
32 lines (32 loc) · 1.49 KB
/
.git-blame-ignore-revs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# 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 spaces from cmake files
7765bd04df336d115e9ccb8187fd42175d3c6ccc
# STYLE: Convert CMake-language commands to lower case
d6ea8ed817d1c77e202344040848ab3fa6ab6467
# STYLE: Remove CMake-language block-end command arguments
4634aae00cd89dfb55568d3cbf322185829771a1
# STYLE: Fix line endings to be consistent
36e8b77c62b5e69cfddfc9cd77f5e522fe11edd0
# STYLE: Remove trailing white spaces from source files
214d7376131ff665b7db1fe3eb337ceba90eba5f
# STYLE: Update source files expanding tabs to 2 spaces
03f8ee9418be98e5fa40dfa9726fbe488de34446
# STYLE: Update CMake sources to use consistent indentation and spacing
6c933dc51248b0cd47adeda36b6592b2d8779c09
# STYLE: Strip all trailing white spaces
fb438c6f3f5303e0ddc6ed364bdb480eefaaaa7f
# STYLE: Improve C++ source files formatting using uncrustify
518e25f6b22d0a3739886f538e4df2dc386eacaf
# STYLE: Consistent formatting of C++ sources using clang-format
eafb30c81c6a83266c47904bbd2b764021234a74