On Fri, Mar 21, 2025 at 6:14 PM Josh Steadmon [off-list ref] wrote:
Unlike `cargo build`, `cargo package` does not get access to the entire Git repo
containing a Rust crate. Instead, it prepares a directory starting from the
crate root (potentially excluding files, such as those not under version
control, or explicity excluded in the Cargo.toml file).
s/explicity/explicitly/
quoted hunk ↗ jump to hunk
diff --git a/contrib/libgit-sys/git-src b/contrib/libgit-sys/git-src
\ No newline at end of file
Meh.