Skip to content

Commit 3a969e5

Browse files
hjmjohnsondzenanz
authored andcommitted
STYLE: 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 5c5e679 commit 3a969e5

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

.git-blame-ignore-revs

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
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 on every call to git blame.
10+
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
11+
#
12+
# Ignore changes introduced when doing global file format changes
13+
# STYLE: Apply consistent pep8 compatible indentation.
14+
425060c49332919006bddb89a9417e0fbc05745f
15+
# STYLE: Use consistent formatting for python files
16+
c7c0736e3d51885c313f16397ffd18b5dfbb2a31
17+
# STYLE: Use consistent formatting for python files
18+
2f7c9a1837743f34547e194d86272e734c0eb0eb
19+
# STYLE: black formatting on Python modules
20+
08eb3675b8b054dfbc87739e6b77f32205ba04a5
21+
# STYLE: black formatting on itkExtras.py
22+
be948cf0b96a02f50eb746e8f4f799c3aaf6dc86
23+
# STYLE: Re-enforce black formatting contraints
24+
8e4a64b20a622947627da48c9ef82f670b13c1cd
25+
# STYLE: Update python Test with `black` formatting
26+
70be2c1b8f8bd972f4f1767858d8a177784388dd
27+
# STYLE: Update python Test with `black` formatting
28+
b3b7566b357726a09d7fc9d3ad1c6664ccc2f115
29+
# STYLE: Use black formatting for python
30+
cf1095c835b9b20ae05d58b58e2d326f33f988c1
31+
32+
# STYLE: apply clang-format
33+
d9e73e9a8b447cb8f3a19301fbfeaa141fa98b91
34+
# STYLE: clang-format style updates.
35+
eb662502693322771c5ec04f4ecae4347ec9aedd
36+
# STYLE: running clang-format
37+
9b6789add88902be17575d645627c2279108fbb4
38+
# STYLE: enforce ITK style defined by clang-format
39+
cc642c8126fa7e735f6ca1db20904acd2b66853d
40+
# STYLE: End of history preceeding clang-format-8.0 style
41+
c9058ba8ce03cc2c1466a50e1e3922828d816038
42+
# STYLE: Enforce ITK style defined by .clang-format
43+
2074c2f9e5ed3f087d0e2059f8e0e8992fcad7ef
44+
45+
# STYLE: cleaning up excessive white space in example
46+
da7fecc01698af363b423f9ac09d7103d2ccee7e
47+
# STYLE: Tell Git not to check whitespace in GDCM
48+
15c3ec7e454c10e2c0396c696397745fb35a68b8
49+
# STYLE: Remove trailing whitespaces
50+
98797261cd57c4064f162b1fa1b17a96b181454d
51+
# STYLE: Remove trailing whitespace
52+
f1bf42cd71240007f37ca696c128e3b1f0e3ab6c
53+
# STYLE: Fix KWStyle issues in Examples: whitespace
54+
13574f1202ea3e80bb4ad363a3cb8f655dc86adc
55+
# STYLE: remove tabs and delete trailing whitespace
56+
e58e4b74409fa14209a8f5ef2b2ae00ea12e8804
57+
# STYLE: Enable no-lf-at-eof whitespace check
58+
b8b25f0f74f27d4e1b167be9685da8b4466993b7
59+
# STYLE: Enable no-lf-at-eof whitespace check
60+
baaf45df8d2c2d58794a85b11eb825ccc927408d
61+
# STYLE: Remove trailing whitespace
62+
b655153a16f7e428ca2d66d37c179d646ecd0ef0
63+
# STYLE: removing trailing whitespace
64+
2a9d1492d1028620b2eced2a1e83da5254a9c353
65+
# STYLE: remove trailing whitespace
66+
2dd7f06df944be3af5efd67d10bebf94bb2a2ff0
67+
# r86 brad.king | 2007-11-28T19:09:33.673801Z STYLE: Removing trailing whitespace (testing ITK/VTK cvs tracking).
68+
6f95cefcaaf059f27cce3beac8f9629c7f3c91b5
69+
# r85 brad.king | 2007-11-28T19:00:47.606826Z STYLE: Removing trailing whitespace (testing ITK/VTK cvs tracking).
70+
8305e9c88af8b433868ff990117576e7d7b7e9c5
71+
# ENH: Add documentation on the problem with system wide path for looking up dynamic libraries. STYLE: Fix trailing white spaces
72+
ada88c0cb4d02386c97354eecac48e125c991ac4
73+
# STYLE: Remove trailing whitespaces
74+
b211b2dee04cf1af4b269bf82fafbd57b0863052
75+
# STYLE: removed a white space
76+
de057daa6854f8663b81aa971259674252e2b9ad
77+
# STYLE: Removed trailing whitespace.
78+
e94ba003e6d27b0c70c114a7f1177ba7bbe7f538
79+
# STYLE: Removed trailing whitespace.
80+
030c92003ba82f103b481c8af1fdf7eab84dda47
81+
# STYLE: Removed trailing whitespace.
82+
452a3298169c95fcb59a0410883496d63a48ecaf

0 commit comments

Comments
 (0)