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

Fix rename handling for changed files #225

Merged
merged 1 commit into from
Aug 28, 2020
Merged

Fix rename handling for changed files #225

merged 1 commit into from
Aug 28, 2020

Conversation

bluekeyes
Copy link
Member

@bluekeyes bluekeyes commented Aug 27, 2020

Properly expand a rename into a deletion of the old file and an addition
of the new one so predicates trigger if they apply to either side of the
rename operation. Previously, only the new file (the destination) was
included as a changed file.

cc @AdamDeHovitz

Properly expand a rename into a deletion of the old file and an addition
of the new one so predicates trigger if they apply to either side of the
rename operation. Previously, only the new file (the destination) was
included as a changed file.
@bluekeyes bluekeyes requested a review from a team August 27, 2020 20:55
@bluekeyes bluekeyes merged commit f754b1a into develop Aug 28, 2020
@bluekeyes bluekeyes deleted the bkeyes/renames branch August 28, 2020 16:12
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

2 participants