-
Notifications
You must be signed in to change notification settings - Fork 600
Partially committed new files don't leave uncommitted changes #8213
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
Comments
Byron
added a commit
to Byron/gitbutler
that referenced
this issue
Apr 28, 2025
Byron
added a commit
to Byron/gitbutler
that referenced
this issue
Apr 28, 2025
Byron
added a commit
to Byron/gitbutler
that referenced
this issue
Apr 28, 2025
Byron
added a commit
to Byron/gitbutler
that referenced
this issue
Apr 28, 2025
Byron
added a commit
to Byron/gitbutler
that referenced
this issue
Apr 28, 2025
The issue in testing was that racy-git is causing `gix status` to come up with changes that in practice wouldn't show as the index is marked as up-to-date.
Byron
added a commit
to Byron/gitbutler
that referenced
this issue
Apr 28, 2025
The issue in testing was that racy-git is causing `gix status` to come up with changes that in practice wouldn't show as the index is marked as up-to-date.
Byron
added a commit
to Byron/gitbutler
that referenced
this issue
Apr 28, 2025
The issue in testing was that racy-git is causing `gix status` to come up with changes that in practice wouldn't show as the index is marked as up-to-date.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @JoyHak in #8153
Reproduction
In GitButler (v3) select the first and last line (even though the actual lines don't matter as long as it's not the whole hunk), then commit.
There are no uncommitted changes left, even though that's the expectation.
The Issue
The index is updated with the partially committed file, but it's also set to be up-to-date even though it's not.
The text was updated successfully, but these errors were encountered: