Skip to content

Commit eaa46f2

Browse files
committed
feat: provide facilities to perform rewrite-tracking for tree-diffs in plumbing.
This effectively pulls down a higher-level implementation in `gix` to the plumbing level, to allow it to be used there as well.
1 parent 6938c19 commit eaa46f2

File tree

3 files changed

+475
-0
lines changed

3 files changed

+475
-0
lines changed

gix-diff/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ pub mod rewrites;
4646
///
4747
pub mod tree;
4848

49+
///
50+
#[cfg(feature = "blob")]
51+
pub mod tree_with_rewrites;
52+
4953
///
5054
#[cfg(feature = "blob")]
5155
pub mod blob;

0 commit comments

Comments
 (0)