Docs.rs
gix-merge-0.3.0
gix-merge 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
bstr ^1.5.0
normal
document-features ^0.2.0
normal
optional
gix-command ^0.4.1
normal
gix-diff ^0.50.0
normal
gix-filter ^0.17.0
normal
gix-fs ^0.13.0
normal
gix-hash ^0.16.0
normal
gix-index ^0.38.0
normal
gix-object ^0.47.0
normal
gix-path ^0.10.14
normal
gix-quote ^0.4.15
normal
gix-revision ^0.32.0
normal
gix-revwalk ^0.18.0
normal
gix-tempfile ^16.0.0
normal
gix-trace ^0.1.12
normal
gix-worktree ^0.39.0
normal
imara-diff ^0.1.7
normal
serde ^1.0.114
normal
optional
thiserror ^2.0.0
normal
pretty_assertions ^1.4.0
dev
termtree ^0.5.1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
gix_
merge
0.3.0
Module blob
Module Items
Modules
Structs
Enums
In crate gix_
merge
gix_merge
Module
blob
Copy item path
Source
Expand description
Modules
§
builtin_
driver
pipeline
platform
Structs
§
Driver
Define a driver program that performs a three-way merge.
Pipeline
A conversion pipeline to take an object or path from what’s stored in Git to what can be merged, while following the guidance of git-attributes at the respective path to learn how the merge should be performed.
Platform
A utility for gathering and processing all state necessary to perform a three-way merge.
Platform
Ref
The product of a
prepare_merge()
call to finally perform the merge and retrieve the merge results.
Enums
§
Builtin
Driver
Define a built-in way of performing a three-way merge, including auto-resolution support.
Resolution
Define if a merge is conflicted or not.
Resource
Kind
A way to classify the side of a resource for merging.