-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Prevent Uncommitted Changes from being shown when ShowCleanStatus is false #714
Conversation
@jensenr30 can you rebase? |
9b760d3
to
0e9cf78
Compare
0e9cf78
to
8f3ced1
Compare
Can you fix the tests? |
8f3ced1
to
eac0673
Compare
I will look into why this test is failing and try to fix it. |
@Murmele |
On master this problem does not happen.
Can you try to rebase? |
014961f
to
300fb71
Compare
Sorry you have to rebase once again, I fixed the macos error in the latest release |
…false Previously, it was possible for the "Uncommitted Changes" row to be appended to the CommitList even if "Show Clean Status" option had been unchecked. This commit prevents that from happening.
TestInitRepo::addFile() was timing out because my clean status changes prevented the 'uncommitted changes' "commit" from being displayed in CommitList. This has been fixed by showing clean status by default.
300fb71
to
1bc89cd
Compare
I don't mind rebasing. Thanks for fixing the builds |
Thank you for the contribution! |
Previously, it was possible for the Uncommitted Changes row to be appended to the
CommitList
even if the "Show Clean Status" option had been unchecked. This commit prevents that from happening.This closes #711.