mozilla / cargo-vet

supply-chain security for Rust
Apache License 2.0
649 stars 43 forks source link

Specify the number of chars to show with "git diff". #521

Open jfgoog opened 1 year ago

jfgoog commented 1 year ago

On my system, "git diff" shows 8 hex digits by default, causing test_project_diff_output and test_project_diff_output_git to fail when I run "cargo test". I assume this is due to different versions of diff having different behaviors, but I have not verified.

bholley commented 1 year ago

@mystor r?