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

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d443daa

Browse files
Edward Thomsonnulltoken
Edward Thomson
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

nuget.package/build/LibGit2Sharp.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-d5712ed.dll">
5-
<Link>NativeBinaries\amd64\git2-d5712ed.dll</Link>
4+
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-e0902fb.dll">
5+
<Link>NativeBinaries\amd64\git2-e0902fb.dll</Link>
66
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
77
</None>
8-
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-d5712ed.pdb">
9-
<Link>NativeBinaries\amd64\git2-d5712ed.pdb</Link>
8+
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\amd64\git2-e0902fb.pdb">
9+
<Link>NativeBinaries\amd64\git2-e0902fb.pdb</Link>
1010
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1111
</None>
12-
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-d5712ed.dll">
13-
<Link>NativeBinaries\x86\git2-d5712ed.dll</Link>
12+
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-e0902fb.dll">
13+
<Link>NativeBinaries\x86\git2-e0902fb.dll</Link>
1414
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1515
</None>
16-
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-d5712ed.pdb">
17-
<Link>NativeBinaries\x86\git2-d5712ed.pdb</Link>
16+
<None Include="$(MSBuildThisFileDirectory)\..\..\lib\net40\NativeBinaries\x86\git2-e0902fb.pdb">
17+
<Link>NativeBinaries\x86\git2-e0902fb.pdb</Link>
1818
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1919
</None>
2020
</ItemGroup>

0 commit comments

Comments
 (0)
0