Skip to content

Remove empty commit check #3155

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

Merged
merged 1 commit into from
Jun 10, 2020
Merged

Remove empty commit check #3155

merged 1 commit into from
Jun 10, 2020

Conversation

hsubox76
Copy link
Contributor

@hsubox76 hsubox76 commented Jun 3, 2020

This check is causing more trouble than it is worth. I intended it to catch the edge case where after a series of changes and undos, the code is only different from the previous commit in spacing and formatting, and a prettier pass reverts it so there is no difference, causing an empty commit.

This causes problems for people trying to merge and other cases, and isn't really worth it to try to avoid the occasional empty commit, which will be squashed in the merge to master anyway.

@google-oss-bot
Copy link
Contributor

Binary Size Report

Affected SDKs

No changes between base commit (5c41eab) and head commit (d9d389c).

Test Logs

@hsubox76 hsubox76 merged commit 02da0f0 into master Jun 10, 2020
Copy link
Contributor

@schmidt-sebastian schmidt-sebastian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hsubox76 hsubox76 deleted the ch-commit branch June 18, 2020 21:09
@firebase firebase locked and limited conversation to collaborators Jul 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants