Skip to content

Commit f860e1e

Browse files
committed
Exclude commits with CS changes from Git Blame
1 parent 3fd3d03 commit f860e1e

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.git-blame-ignore-revs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# CS: no whitespace before return type colon
2+
6937c3bf9f57533b310c28c1758f4af6bd777f92
3+
# CS: blank line between different use statement types
4+
6a038945051bb17e760620930dd1d91aa041647f
5+
# CS: import all things
6+
53bb2a98396eb2dcbe56039235e1aa4c78003033
7+
# CS: miscellaneous other whitespace fixes
8+
92a009284c653e8576ee544191f2167f97c93aed
9+
# CS: docblock tag grouping
10+
a2f72753663b4e9eb0bcce74174044d9a92d86ff
11+
# Fix style issues
12+
0339a6b726db84790d94794e36f502c52e0e518a
13+
# CS fixes
14+
2e32a6d48972b2c1976ed5d8967145b6cec4a4a9
15+
# CS fixes
16+
e64841657859b6a3d1ecf01d6922ce1548ad7382
17+
# fix code style
18+
81dea8effddb6afc070552d95b8f5bbc2589fe10
19+
# Style fixes
20+
0cbfc1c752b9fae8c7a0be740e5d6af496463e1e
21+
# Apply doctrine coding standards
22+
d0e860a40b8199a0d5166023bc3764eed7af7d83

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/examples/ export-ignore
33
/tests/ export-ignore
44
/.editorconfig export-ignore
5+
/.git-blame-ignore-revs export-ignore
56
/.gitattributes export-ignore
67
/.gitignore export-ignore
78
/.yamllint.yaml export-ignore

0 commit comments

Comments
 (0)