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

Merge of type-change (data->symlink) and data-change (data->data) handled incorrectly #28

Open
Peaker opened this issue Mar 2, 2021 · 0 comments
Labels

Comments

@Peaker
Copy link
Owner

Peaker commented Mar 2, 2021

When a file was changed to a symlink in one branch, and modified in another, the merge creates a conflicted state with the data change and no conflict markers, similarly to delete/modify conflict.

Git does not show the base nor the symlink to the poor user.

In this situation, git-mediate considers the modified file without conflict markers to be a resolution of the conflict, and just uses "git add" on it incorrectly.

@yairchu yairchu added the bug label Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants