pub fn assert_git_accepts(
scratch: &Path,
name: &str,
pack: &[u8],
how: Strictness,
)Expand description
The same, as an assertion, because that is what a test wants.
#[track_caller] so the panic points at the test rather than at this line.