Add even more commits to .git-blame-ignore-revs #9680
Merged
+24
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
The newly ignored commits (along with links that hide whitespace changes):
Line endings:
Trailing whitespace:
Indentation:
Of these, only 2d4c3c7 has behavior changes (it fixes a typo for width -> height); some of them change brace styles or fix spelling/commenting issues, but none add significant new functionality that would be relevant with
git blame. 4b5b9ad also does a minor fix (addingTurntable.cppin a now-obsolete build system; you can see how that affectsgit blameviagit blame 0830e74d55ee6713ad23db113c452b3b98641ad2 Source/Plugins/Plugin_WiimoteNew/Src/SConscript; it attributes the turntable line to 75be9ce instead.)There are also a few more commits: 0e2b4d8 (0e2b4d8?w=1), 5c4d087 (5c4d087?w=1), and e9e12ff (e9e12ff?w=1); these make content changes that I thought were too important to hide, even though they also made whitespace changes.
This was done by searching for commits with
tab,space, oreolin the description; I'm pretty sure this is all of them (apart from ones that only fixed a single line).