Weihang Lo
Weihang Lo
No worries @heisen-li. Your help here is appreciated. I'll close this in favor of #14756. Thanks you!
FWIW, OOM killed issue is tracked in https://github.com/rust-lang/cargo/issues/9157, as there might be other specific approaches for it.
Hi @ReillyBrogan. Thank you for the contribution. I have a mixed feeling with this change. While it does fix the issue, it is a bit uncomfortable that we are able...
Could you help document the environment variable somewhere in the root `README.md` or `lib.rs` of libgit2-sys? (I think I have missed documenting `LIBGIT2_NO_VENDOR` 😅)
@rustbot author
@rfcbot fcp merge This helps mitigate the needless rebuild when a filesystem supports only low-precision mtime, with a caveat: > there's only one in a billion chance that the nanosecond...
Try the [`minimal`](https://rust-lang.github.io/rustup/concepts/profiles.html?highlight=minimal#profiles) profile when installing. And only add necessary component when needed.
Semi-related: https://github.com/rust-lang/cargo/issues/10667 Source replacement for git URL doesn't support rev and branch.
Just found this is exactly the same issue as . Close in favor of that.
This crate provides bindings for [the libgit2 C library](https://github.com/libgit2/libgit2/). IIRC it only offers fnmatch-based pathspec syntax. You might want to open an issue in that repo instead.