libgit2sharp
libgit2sharp copied to clipboard
Git + .NET = ❤
The NativeMethods for receiving text updates from the remote already exists and are used in the `FetchOptions`. This simply adds the existing handler to `PushOptions` making it possible to configure...
### Reproduction steps 1. Add a new tag in github repository online (www.github.com). 2. Run .Net core Controller. 3. Added tag show up in the Api. 4. Delete a tag...
### Reproduction steps ``` [Fact] public void NormalMergeShouldCallCallbackOnConflicts() { string committishToMerge = "fast_forward"; using (var repo = new Repository(SandboxMergeTestRepo())) { Touch(repo.Info.WorkingDirectory, "b.txt", "this is an alternate change"); var conflicts =...
How do I remove a tag and push the removed tag to a remote repo? I've tried the following but have been unsuccessful, I can query the tags in the...
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...
Hi All, I know there are a number of similar issues listed, but non quite fit my scenario. I have a system (that I cant change) that stores code and...
### Reproduction steps 1- Copy and Paste 8 files with extension of "xml" to git directory with total size of 243 MB 2- Commit 3- Push Files ### Expected behavior...
pushing via remote and refs throws No error message has been provided by the native library Code example `repo.Network.Push(remote, refs, pushOptions);` this happens in prerelease(0.27.0 preview 096) but not in...
I used LibGit2Sharp 0.26.2 with .net 4.8,And I get error when I try to push to Gitlab CE But used command "git.exe push -u origin master" to Gitlab CE is...