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

Unmet expectations with set-parent #3473

Open
matthewgonzalez opened this issue Apr 30, 2024 · 3 comments
Open

Unmet expectations with set-parent #3473

matthewgonzalez opened this issue Apr 30, 2024 · 3 comments

Comments

@matthewgonzalez
Copy link

If I have a hypothetical stack of branches and move a child up the stack using set-parent, all of the commits the child branch inherited from the previous tree remain.

My expectations are that any commits that were associated with the former parent branches would no longer show up in the branch's commit history, considering it's no longer a child of those parent branches.

I understand this is not a trivial ask, but am curious to know if I'm off-base.

@kevgo
Copy link
Contributor

kevgo commented Apr 30, 2024

That's a great idea! The implementation could be similar to #2388.

@kevgo
Copy link
Contributor

kevgo commented May 4, 2024

This sounds more like stack refactoring.

@kevgo kevgo mentioned this issue May 4, 2024
9 tasks
@matthewgonzalez
Copy link
Author

Thanks! Looking forward to the progress made on this; will keep an eye on it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants