Skip to content

Commit 83b949e

Browse files
committed
adapt to changes in gix-diff
1 parent 9f26645 commit 83b949e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gitoxide-core/src/repository/status.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,6 @@ pub fn show(
135135
)?;
136136
continue;
137137
}
138-
gix::diff::index::Change::Unmerged { .. } => {
139-
// Unmerged entries from the worktree-index are displayed as part of the index-worktree comparison.
140-
// Here we have nothing to do with them and can ignore.
141-
continue;
142-
}
143138
};
144139
writeln!(
145140
out,

0 commit comments

Comments
 (0)