Skip to content

feat(ops): create get_changed_paths_between_trees_fast #14

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

Closed
wants to merge 1 commit into from

Conversation

arxanas
Copy link

@arxanas arxanas commented Nov 22, 2022

This is a faster path than the one offered by libgit2. I didn't actually update cherry_pick to use this faster path, though, as it's a little more involved (you have to create temporary "dehydrated" trees, apply the cherry-pick, and then "rehydrate" them).

This is a faster path than the one offered by libgit2. I didn't actually update `cherry_pick` to use this faster path, though, as it's a little more involved (you have to create temporary "dehydrated" trees, apply the cherry-pick, and then "rehydrate" them).
@arxanas
Copy link
Author

arxanas commented Nov 22, 2022

Looks like this was handled in #8 anyways.

@arxanas arxanas closed this Nov 22, 2022
@arxanas arxanas deleted the arxanas/ops branch November 22, 2022 22:27
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.

1 participant