libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

Git + .NET = ❤

Results 255 libgit2sharp issues
Sort by recently updated
recently updated
newest added

I'm using 0.26.2 to push files to github, and it gives me request failed with status code 500, and I'm using personal access token of github for authentication. following is...

Hello, I'm unable to this this package within my Visual Studio 2022 extension. ### Reproduction steps 1. Create a new VisualStudio.Extensibiltiy Extension project (VS 2022) 2. Add a reference to...

Hi Team, Iam recently used LibGit2Sharp dll version is 0.30.0 with Net core c#.Here when i try to push the READ.MD file iam able to push one time to master...

Hi! I am currently working on an E2E test which involves creating many commits, I am running into some issues however. The repository's commit log order is different compared to...

This PR is fixing an issue when creating a worktree. It creates an empty folder with .git file only. 0.26.2 was the Latest version that creating a worktree works well...

Hi there! We are currently adapting a package approval workflow, where packages are approved or blocked based on certain criteria. One very important criterion is the package's license. There is...

This wraps the libgit2 function git_merge_trees() and so allows one to merge trees directly (specifying the ancestor tree to use in the 3-way merge). This functionality currently does not seem...

I recently updated **libgit2sharp (v0.26.2) to the latest v0.30.0**. Some of my product users are located in Taiwan, some are in China, and some are from Europe and the United...

Hi! I test my LibGit2Sharp application on old Linux platform and stuck with error, after some research i execute `ldd` command inside terminal: `ldd libgit2-a418d9d.so` Output: _version GLIBC_2.25' not found...

I'm making a VSIX extension that does Git operations, I ran into this issue while trying to get the corresponding repo for the active document. When testing in the LLVM...