Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GitoxideLabs/gitoxide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9f8daf6db8a92e23194ea23029e6852833236a13
Choose a base ref
..
head repository: GitoxideLabs/gitoxide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9bc0cbaa568a2450c80d0d5a40e74771db525a16
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 gix-status/tests/status/index_as_worktree.rs
1 change: 1 addition & 0 deletions gix-status/tests/status/index_as_worktree.rs
Original file line number Diff line number Diff line change
@@ -120,6 +120,7 @@ fn fixture_filtered(name: &str, pathspecs: &[&str], expected_status: &[Expectati
)
}

#[allow(clippy::too_many_arguments)]
fn fixture_filtered_detailed(
name: &str,
subdir: &str,