Skip to content

Commit 09f6c69

Browse files
authored
Merge pull request #227 from mspirkov/fix-git-blame
Exclude commits with CS changes from Git Blame
2 parents 3fd3d03 + f43a500 commit 09f6c69

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.git-blame-ignore-revs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CS: no whitespace before return type colon
2+
6937c3bf9f57533b310c28c1758f4af6bd777f92
3+
# CS: miscellaneous other whitespace fixes
4+
92a009284c653e8576ee544191f2167f97c93aed
5+
# Fix style issues
6+
0339a6b726db84790d94794e36f502c52e0e518a
7+
# CS fixes
8+
2e32a6d48972b2c1976ed5d8967145b6cec4a4a9
9+
# CS fixes
10+
e64841657859b6a3d1ecf01d6922ce1548ad7382
11+
# fix code style
12+
81dea8effddb6afc070552d95b8f5bbc2589fe10
13+
# Style fixes
14+
0cbfc1c752b9fae8c7a0be740e5d6af496463e1e
15+
# Apply doctrine coding standards
16+
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)