Skip to content

Commit 4f27179

Browse files
committed
fix: remove blob::GitDiff Sink as it doesn't work concistently. (#2011)
Against better judgement I was compelled to merge this implementation in, assuming one test must be enough given that it is a transcription. This, however, wasn't the case and there is strong evidence that it produces diffs that aren't correct.
1 parent 3094214 commit 4f27179

File tree

4 files changed

+0
-494
lines changed

4 files changed

+0
-494
lines changed

gix-diff/src/blob/git_diff.rs

Lines changed: 0 additions & 326 deletions
This file was deleted.

gix-diff/src/blob/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ pub mod platform;
1414
pub mod unified_diff;
1515
pub use unified_diff::_impl::UnifiedDiff;
1616

17-
pub mod git_diff;
18-
pub use git_diff::types::GitDiff;
19-
2017
/// Information about the diff performed to detect similarity.
2118
#[derive(Debug, Default, Clone, Copy, PartialEq, PartialOrd)]
2219
pub struct DiffLineStats {

0 commit comments

Comments
 (0)