Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add even more commits to .git-blame-ignore-revs #9680

Merged
merged 1 commit into from May 1, 2021

Conversation

Pokechu22
Copy link
Contributor

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 (adding Turntable.cpp in a now-obsolete build system; you can see how that affects git blame via git 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, or eol in the description; I'm pretty sure this is all of them (apart from ones that only fixed a single line).

@lioncash lioncash merged commit 1f26b69 into dolphin-emu:master May 1, 2021
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants