libgit2sharp
libgit2sharp copied to clipboard
Git + .NET = ❤
You are opening a _bug report_ against the LibGit2Sharp project: we use GitHub Issues for tracking bug reports and feature requests. If you have a question about an API or...
Now I have a patch file like: ``` +++ xxx.cs --- xxx.cs @@ x,x x,x @@ + xxxx - xxxx - xxxx xxxx ``` I want to use libgit2sharp to...
We've had a [couple of bug reports](https://github.com/dotnet/runtime/issues/104872#issuecomment-2227455981) against dotnet/runtime with rarely-reproduceable crashes coming from libgit2sharp. We believe that one possible reason could be an interop anti-pattern in [Libgit2Object](https://github.com/libgit2/libgit2sharp/blob/5085a0c6173cdb2a3fde205330b327a8eb0a26c4/LibGit2Sharp/Core/Handles/Libgit2Object.cs#L88) - `void*/IntPtr`...
The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception. LibGit2Sharp, Version=0.26.0.0 getting this error while trying to clone .Net Framework 4.8 Basic authentication certificate is Self signed
You are opening a _bug report_ against the LibGit2Sharp project: we use GitHub Issues for tracking bug reports and feature requests. If you have a question about an API or...
We've discussed a stable API for some time, and we keep pushing back on a 1.0. I'd like to restart the discussion and try to list some action items on...
### Reproduction steps - Get a repo with a size of >3GB, or even 800MB in our case yesterday was already enough (including .git-folder) - Implement a fetch on that...
gitdir
### Problem Description The `Worktree` API in **LibGit2Sharp** does not expose any property to retrieve the **actual working directory** path associated with a worktree (i.e., the folder where the code...
It doesn't seem to work for me https://libgit2.github.com/
Hello, I am facing this issue on MacOS 15.4.1 Sequoia, Apple M2. I am trying to push some changes I made, to the remote location but I get the following...