-
Notifications
You must be signed in to change notification settings - Fork 382
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
rewrite: move_commits: add MoveCommitsTarget
enum to specify roots or commits to move
#4656
Conversation
913c56a
to
0a83d6a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
0a83d6a
to
6a55e1e
Compare
e11021b
to
45cceab
Compare
45cceab
to
1782649
Compare
@yuja @samueltardieu I've updated some of the function names and made the suggested tweaks. Do you think there's anything else which should be changed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These looks good to me, thanks.
…or commits to move This also allows some minor optimizations to be performed, such as avoiding recomputation of the connected target set when `MoveCommitsTarget::Roots` is used since the connected target set is identical to the target set (all descendants of the roots).
1782649
to
ead1802
Compare
This also allows some minor optimizations to be performed, such as avoiding recomputation of the connected target set when
MoveCommitsTarget::Roots
is used since the connected target set is identical to the target set (all descendants of the roots).Checklist
If applicable:
CHANGELOG.md