Fix rebase conflict resolution attribution#1502
Open
svarlamov wants to merge 1 commit into
Open
Conversation
8ee8ac7 to
fc8a1cf
Compare
51afa59 to
3d6ec90
Compare
bc55e1e to
373f2bf
Compare
db6d638 to
bd6cfa1
Compare
373f2bf to
e1edfcf
Compare
bd6cfa1 to
bd74364
Compare
e1edfcf to
9c7b655
Compare
bd74364 to
b0449cb
Compare
9c7b655 to
befb384
Compare
6bfafc6 to
13b5677
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Root Cause
During rebase conflicts, checkpointing skipped conflicted files, and the post-rebase resolution path treated the conflict-resolution working log separately from the shifted source note. That meant resolutions either lost the new checkpoint attribution or overwrote source attribution instead of combining the immutable commit data and the persisted working log in one deterministic path.
Validation