-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
tree-merge follow-up #1651
tree-merge follow-up #1651
Commits on Nov 5, 2024
-
remove a TODO that turned out to be unnecessary.
After all, stopping the merge when there is any conflict is highly relevant.
Configuration menu - View commit details
-
Copy full SHA for 5b428a9 - Browse repository at this point
Copy the full SHA 5b428a9View commit details -
feat: add
Conflict::is_unresolved()
as utility to see if multiple o……f them are considered unresolved.
Configuration menu - View commit details
-
Copy full SHA for 9e106c4 - Browse repository at this point
Copy the full SHA 9e106c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fce14f - Browse repository at this point
Copy the full SHA 2fce14fView commit details -
feat: add
Repository::index_or_load_from_head_or_empty()
.It's useful to get a reasonable index in any case, even on unborn repositories. It's for cases where the `HEAD` isn't setup at all, despite content being available, and to avoid unnecessary restrictions on what works.
Configuration menu - View commit details
-
Copy full SHA for 1f9556a - Browse repository at this point
Copy the full SHA 1f9556aView commit details -
feat: add
objects::tree::Editor::detach()
to get the underlying edi……tor back. This can be useful to have more control over what gets written, or how.
Configuration menu - View commit details
-
Copy full SHA for 27b663e - Browse repository at this point
Copy the full SHA 27b663eView commit details -
feat!:
Repository::merge_trees()
now has a fully-wrapped outcome.That way, more attached types are used for greater convenience.
Configuration menu - View commit details
-
Copy full SHA for 1d2262f - Browse repository at this point
Copy the full SHA 1d2262fView commit details -
fix!: rename
blob-merge
feature totree-merge
.By now, `blob-merge` is the lowest-level of features which is required for both tree-merges and commit based merges. Hence it's better to just call it `merge`.
Configuration menu - View commit details
-
Copy full SHA for 2547935 - Browse repository at this point
Copy the full SHA 2547935View commit details -
Configuration menu - View commit details
-
Copy full SHA for 589ee8e - Browse repository at this point
Copy the full SHA 589ee8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a43e563 - Browse repository at this point
Copy the full SHA a43e563View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d590f3 - Browse repository at this point
Copy the full SHA 8d590f3View commit details