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

Raise error when attempting to make changes to a file modified in the worktree #453

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dometto
Copy link
Member

@dometto dometto commented Aug 29, 2023

Relies on gollum/rugged_adapter#64

This begins work on a fix for gollum/gollum#1975.

The WorkdirModifiedError is thrown whenever a file in the workdir has modifications, or is new -- and we then attempt to create a commit containing that file (either by updating it, or creating it anew).

Note that this does not yet take care of all cases in which workdir data might be lost: reverts work via a different logic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant