Expand description
Merge trees by recursing into entries (subtrees, files)
Structs§
- Merge
Options - Options for tree/file conflict resolution.
Functions§
- merge_
trees - The returned conflict will either be resolved or have the same number of sides as the input.
- resolve_
file_ values - Tries to resolve file conflicts by merging the file contents. Treats missing
files as empty. If the file conflict cannot be resolved, returns the passed
values
unmodified.