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

This isn't a bug - this is a feature request for an app I've written, using libgit2sharp: diff-buddy (https://github.com/fluffynuts/diff-buddy) which aims to help on larger reviews which are difficult to...

### Reproduction steps Compare commit to the working tree directory on a relatively big repository ``` repository.Diff.Compare( repository.Head.Tip.Tree, DiffTargets.WorkingDirectory) ``` which takes a long time or never completes. Comparing the...

### Reproduction steps ```cs Repository repo = new Repository(); ``` ### Expected behavior Program should not crash ### Actual behavior Program crashes with the following text: ``` An exception of...

I‘m used RetrieveStatus method. it take so long time . ` _repo.RetrieveStatus(new StatusOptions())` libgit2sharp version 0.24.0 How should I deal with this problem? Thank u

### Reproduction steps ``` dotnet tool install -g nbgv git clone https://github.com/aarnott/nerdbank.streams --depth 10 cd .\nerdbank.streams\ nbgv get-version ``` ### Expected behavior An exception thrown explaining that data is missing...

I was unsure if I should create a separate file for the enum `PatchWhitespaceMode`.

A simple PR to help getting the dirty files in the repository. **Background**: When getting a `RepositoryStatus`, we can use the `IsDirty` property to tell if the repository is dirty....

Hi there. I can not convert the git command bellow to LibGit2Sharp. Please help me. Thank you so much! git show HEAD:AAAAA.txt > BBB.txt or git show ede689149b64bb0cfe4736418c51fad0c9a63bdc:AAAAA.txt > BBB.txt

I am used to get the default branch name by running git rev-parse --abbrev-ref origin/HEAD but I can't find the equivalent on libgi2sharp is this possible?

https://stackoverflow.com/questions/74385426/how-to-force-fetch-using-libgit2sharp