git2-rs icon indicating copy to clipboard operation
git2-rs copied to clipboard

libgit2 bindings for Rust

Results 143 git2-rs issues
Sort by recently updated
recently updated
newest added

Noticed this while trying to setup a new mac using nix instead of . libgit2 supports both openssl backends and SecureTransport (and will in fact [fall back to openssl if...

If you want to generate a list of commits to pass to `.commit` as parents, the type `&[&Commit]` proves inconvenient, because it requires the caller to maintain ownership of the...

I've found that I often need to store a `Repository` and a `Tree

libgit2 is known for having issues with some authentication methods and SSH URLs. The common solution to this is to use git CLI as a fallback. Currently every user of...

Hi so I used libloading crate to load a plugin for my code that depends on git2 Once a Repository object was created at least once (even if dropped instantly)...

I'm attempting to build a package on an M1 machine that depends on `libgit2-sys`. This package is known to build successfully on x86_64-darwin. However, I'm getting the following build error...

Hello all, I'm not sure if I made a conceptual mistake here and of not if this is actually a problem, but I would like to ask you to have...

Hey there, I've been trying for the past few hours to figure out this one but couldn't solve it on my own. Basically running ```bash cargo test ``` result in...

* [ ] `git_oidarray_free` * [ ] `git_diff_format_email` see https://github.com/libgit2/libgit2/releases/tag/v1.3.0