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

repo: add the concept of extracted commits #3442

Closed
wants to merge 2 commits into from

Conversation

bnjmnt4n
Copy link
Collaborator

@bnjmnt4n bnjmnt4n commented Apr 3, 2024

Checklist

If applicable:

  • I have updated CHANGELOG.md
  • I have updated the documentation (README.md, docs/, demos/)
  • I have updated the config schema (cli/src/config-schema.json)
  • I have added tests to cover my changes

@bnjmnt4n
Copy link
Collaborator Author

bnjmnt4n commented Apr 3, 2024

I think this will actually simplify implementation of #3396 a lot. I will continue to test.

Extracted commits are commits who should no longer have any children.
Instead, their children should be reparented onto their parents. It is
similar in concept to abandoned commits, except that the commit is still
present, and maintains its original branches.
@bnjmnt4n bnjmnt4n changed the title repo: add the concept of moved commits repo: add the concept of extracted commits Apr 4, 2024
@bnjmnt4n
Copy link
Collaborator Author

Closing since this isn't particularly useful, and can be implemented using transform_descendants.

@bnjmnt4n bnjmnt4n closed this Apr 23, 2024
@bnjmnt4n bnjmnt4n deleted the push-nvympzukzzqo branch April 23, 2024 13:49
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

1 participant