Skip to content

Commit

Permalink
Improve merge related API in gix
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Dec 5, 2024
1 parent e8ac938 commit e614437
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gix/src/merge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ pub mod commit {
///
pub mod tree {
use gix_merge::blob::builtin_driver;
pub use gix_merge::tree::{Conflict, ContentMerge, Resolution, ResolutionFailure, TreatAsUnresolved};
pub use gix_merge::tree::{
treat_as_unresolved, Conflict, ContentMerge, Resolution, ResolutionFailure, TreatAsUnresolved,
};

/// The outcome produced by [`Repository::merge_trees()`](crate::Repository::merge_trees()).
#[derive(Clone)]
Expand Down

0 comments on commit e614437

Please sign in to comment.