10000 Update binaries to 091165c · GiTechLab/libgit2sharp@096293c · GitHub
[go: up one dir, main page]

Skip to content

Commit 096293c

Browse files
committed
Update binaries to 091165c
libgit2/libgit2@e93206e...091165c
1 parent 91456eb commit 096293c

12 files changed

+10
-6
lines changed
2.41 MB
Binary file not shown.
5.74 MB
Binary file not shown.
-921 KB
Binary file not shown.
-5.24 MB
Binary file not shown.
1.72 MB
Binary file not shown.
5.9 MB
Binary file not shown.
-703 KB
Binary file not shown.
-5.24 MB
Binary file not shown.

LibGit2Sharp/Core/GitCloneOptions.cs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@ internal struct GitCloneOptions
2020
public GitRemoteCallbacks RemoteCallbacks;
2121

2222
public int Bare;
23-
public int IgnoreCertErrors;
2423
public GitCloneLocal Local;
25-
26-
public IntPtr RemoteName;
2724
public IntPtr CheckoutBranch;
25+
2826
public IntPtr signature; // Really a SignatureSafeHandle
27+
28+
public IntPtr RepositoryCb;
29+
public IntPtr RepositoryCbPayload;
30+
31+
public IntPtr RemoteCb;
32+
public IntPtr RemoteCbPayload;
2933
}
3034
}

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-e93206e";
5+
public const string Name = "git2-091165c";
66
}
77
}

LibGit2Sharp/libgit2_hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e93206e0f5bd9a1f2ad17d0d566b1e815a762420
1+
091165c53b2bcd5d41fb71d43ed5a23a3d96bf5d

libgit2

Submodule libgit2 updated 125 files

0 commit comments

Comments
 (0)
0