libgit2sharp
libgit2sharp copied to clipboard
Git + .NET = ❤
Hi, I have a question more than a bug to report. I would like to know if it was possible to make a clone with the --single-branch option. I did...
### Reproduction steps in a fresh fsi (using `ionide` ) i can reference `LibGit2Sharp.dll` and open the `LibGit2Sharp` namespace, but instantiating a Repository throws following error: Microsoft (R) F# Interactive...
I use IRepository to make it easy to mock, but when I upgraded recently to the newest version, I got a warning I was using a deprecated method. I tried...
Are there any plans to support debian 10 which is the default dotnetcore 3.0 sdk image from microsoft?
Fixes #1678 During deep investigation of the issue #1678 I found that it occurs when we instantiate the `Configuration` object. It happens because we re-build libgit repository configuration and resolve...
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...
I m cloning empty repository(0 commits right now) and then i made some commits inside that but when i m pushing those commits, i m not able to get ahead...
I asked this question in Stack Overflow. [Here](https://stackoverflow.com/questions/66314728/how-to-get-git-branch-information-about-each-of-commit-by-using-libgit2sharp) I'd like to make 'Commit History Graph' by using libgit2sharp library like below. 
### Reproduction steps 1. Add a submodule to a Git repository like `git submodule add ../test-module test-module` 2. Change the commit of the submodule like `cd test-module; git checkout -b...
Feature Request: When pushing to a remote repository its currently possible to handle callbacks for `OnPushStatusError` `OnPushTransferProgress` and `OnPackBuilderProgress` but there is currently no way to handle the `OnProgress` callback...