Skip to content

Update PR - #1

Open
Jer512 wants to merge 728 commits into
Jer512:masterfrom
libgit2:master
Open

Update PR#1
Jer512 wants to merge 728 commits into
Jer512:masterfrom
libgit2:master

Conversation

@Jer512

@Jer512 Jer512 commented Dec 16, 2021

Copy link
Copy Markdown
Owner

No description provided.

ethomson and others added 30 commits February 18, 2020 10:15
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
Co-Authored-By: dallmair <dallmair@users.noreply.github.com>
Suppress Expect: 100 Continue header
HttpClient disposes it for you with the handler we're calling.
Update SDK version in global.json
bording and others added 30 commits November 22, 2024 22:50
* 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
* Fixed libgit2 link

* Update URL

---------

Co-authored-by: Brandon Ording <bording@gmail.com>
Update runner targets for windows, macos. Update container builds to use
more modern multiarch containers.
Update LibGit2Sharp.NativeBinaries to 2.0.324
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.