8000 Update libgit2 to e0902fb · kanglingv/libgit2sharp@d443daa · GitHub
[go: up one dir, main page]

Skip to content

Commit d443daa

Browse files
Edward Thomsonnulltoken
authored andcommitted
Update libgit2 to e0902fb
libgit2/libgit2@d5712ed...e0902fb
1 parent 5f7460d commit d443daa

File tree

11 files changed

+18
-11
lines changed

11 files changed

+18
-11
lines changed
-979 KB
Binary file not shown.
981 KB
Binary file not shown.
-744 KB
Binary file not shown.
745 KB
Binary file not shown.

LibGit2Sharp/Core/GitCheckoutOpts.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ internal delegate void progress_cb(
119119
UIntPtr total_steps,
120120
IntPtr payload);
121121

122+
internal delegate int perfdata_cb(
123+
IntPtr perfdata,
124+
IntPtr payload);
125+
122126
[StructLayout(LayoutKind.Sequential)]
123127
internal struct GitCheckoutOpts
124128
{
@@ -146,6 +150,9 @@ internal struct GitCheckoutOpts
146150
public IntPtr ancestor_label;
147151
public IntPtr our_label;
148152
public IntPtr their_label;
153+
154+
public perfdata_cb perfdata_cb;
155+
public IntPtr perfdata_payload;
149156
}
150157

151158
/// <summary>

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

LibGit2Sharp/libgit2_hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d5712ed2b33a18a4f9417d112bda7813c0570caa
1+
e0902fbce7d14631bd02091c1c70cde3e68f78ab

libgit2

Submodule libgit2 updated 42 files

0 commit comments

Comments
 (0)
0