Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit f43d558

Browse files
committed
Update libgit2 binaries to 98eaf39
libgit2/libgit2@e87d9d3...98eaf39
1 parent cc3197a commit f43d558

File tree

14 files changed

+41
-28
lines changed

14 files changed

+41
-28
lines changed
856 KB
Binary file not shown.
4.5 MB
Binary file not shown.
-850 KB
Binary file not shown.
-4.48 MB
Binary file not shown.
653 KB
Binary file not shown.
4.48 MB
Binary file not shown.
-647 KB
Binary file not shown.
-4.45 MB
Binary file not shown.

LibGit2Sharp/Core/NativeDllName.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ namespace LibGit2Sharp.Core
22
{
33
internal static class NativeDllName
44
{
5-
public const string Name = "git2-e87d9d3";
5+
public const string Name = "git2-98eaf39";
66
}
77
}

LibGit2Sharp/Core/NativeMethods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ internal static extern int git_remote_load(
864864
internal delegate int git_headlist_cb(ref GitRemoteHead remoteHeadPtr, IntPtr payload);
865865

866866
[DllImport(libgit2)]
867-
internal static extern int git_remote_ls(RemoteSafeHandle remote, git_headlist_cb headlist_cb, IntPtr payload);
867+
internal static extern int git_remote_ls(out IntPtr heads, out UIntPtr size, RemoteSafeHandle remote);
868868

869869
[DllImport(libgit2)]
870870
[return: MarshalAs(UnmanagedType.CustomMarshaler, MarshalCookie = UniqueId.UniqueIdentifier, MarshalTypeRef = typeof(LaxUtf8NoCleanupMarshaler))]

0 commit comments

Comments
 (0)