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

[FEATURE REQUEST] Branch rebase and commit cherry-pick #176

Open
rlizzo opened this issue Dec 5, 2019 · 0 comments
Open

[FEATURE REQUEST] Branch rebase and commit cherry-pick #176

rlizzo opened this issue Dec 5, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rlizzo
Copy link
Member

rlizzo commented Dec 5, 2019

Is your feature request related to a problem? Please describe.

Implement cherry-pick and rebase like functionality.

Describe the solution you'd like

Though not a high priority, cherry-picking is one of the primitives required to implement a git-like rebase algorithm, which is the real goal.

While we have the fast-forward and 3-way merge/diff primitives in place, we don't have any real concept of a patch-file operation. Figuring out an analogous method to this (as well as a sane way to determine reasonable merge bases) will be the real heart of this problem.

More context at this phenomenal SO post: https://stackoverflow.com/a/39280674/8312905

@rlizzo rlizzo added the enhancement New feature or request label Dec 5, 2019
@rlizzo rlizzo self-assigned this Dec 5, 2019
@rlizzo rlizzo added this to the v0.5.0 milestone Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant