Skip to content

Update PR #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 724 commits into
base: master
Choose a base branch
from
Open

Update PR #1

wants to merge 724 commits into from

Conversation

Jer512
Copy link
Owner

@Jer512 Jer512 commented Dec 16, 2021

No description provided.

ethomson and others added 30 commits February 18, 2020 10:15
Include the error code as a first-class citizen of exceptions that
correspond to libgit2 errors.  Previously, we would store the error
code in exception data when creating the exception from a libgit2 native
error.  However, we may also want to _generate_ these exceptions and
have them converted to a libgit2 error.  (For example, a callback may
want to return GIT_EUSER, and so throw a `UserCancelledException`.)

Therefore, provide exceptions with knowledge of their corresponding
libgit2 error code so that we can round-trip that data.
Provide certificate callback functionality when using the managed HTTP
smart subtransport.
Continue to allow a custom subtransport to override our own.
Throwing an exception in a native callback is pointless; instead,
carefully protect the entry points to return a native error code (-1) on
failure.  Wrap everything else in a try/catch to propagate error codes.
We (may) explicitly remove HTTPS from libgit2.
Use the .NET standard HTTP class for the Managed HTTP subtransport
The passthrough error code for SSL validation means that the caller
declined to act; we should just use our default validation in this case.
This resolves the warning we see on Azure Pipelines about the soon-to-be-removed image.
Update macOS image on Azure Pipelines
Suppress Expect: 100 Continue header
HttpClient disposes it for you with the handler we're calling.
bording and others added 30 commits November 21, 2024 00:56
* Remove unneeded cast

* Use SafeHandles
* Remove net6.0

* Add net9.0

* Update supported distros

* Fix centos.stream.9

* Update packages

* Reorder package reference item group

* Remove distro combinations that are missing images
* Added Depth as a fetch option

* Map Depth from FetchOptions to GitFetchOptions

* Added tests for shallow cloning
Update LibGit2Sharp.NativeBinaries to 2.0.323
Add a CloneOptions constructor that takes a FetchOptions
…_creates_an_empty_folder_for_the_worktree

Fix empty folder issue in Repositoy.Worktrees.Add
…te-stream

fix #2071 ObjectDatabase.Write<T>(Stream, long) does not respect T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.