Skip to content

ignore deletions from merge, rebase, etc. #381

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

Closed
wants to merge 1 commit into from

Conversation

isc-pbarton
Copy link
Collaborator

Currently we sync changes to IRIS from a merge, rebase, etc. by running diff beforehand to find the modified items. This doesn't work well if a file was added to the local branch but not pushed to the remote branch - that add is treated as a delete by the diff, which causes the item to be deleted from IRIS.
For now, we are just ignoring deletions.
In the long term, instead of using "diff" to determine modified items we will need to look at the output of merge, rebase, etc. to determine when things are actually being deleted and added.

@isc-tleavitt
Copy link
Collaborator

This is supplanted by #384

@isc-tleavitt isc-tleavitt deleted the fix-mergerebase-deletions branch June 26, 2024 17:30
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.

2 participants