Skip to content

Commit abe8c2c

Browse files
committed
Add new fields to changed structs
1 parent bf11125 commit abe8c2c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

LibGit2Sharp/Core/GitDiff.cs

+1
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ internal class GitDiffBinaryFile
397397
[StructLayout(LayoutKind.Sequential)]
398398
internal class GitDiffBinary
399399
{
400+
public uint ContainsData;
400401
public GitDiffBinaryFile OldFile;
401402
public GitDiffBinaryFile NewFile;
402403
}

LibGit2Sharp/Core/GitOdbBackend.cs

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ static GitOdbBackend()
3434
public IntPtr Refresh;
3535
public foreach_callback Foreach;
3636
public IntPtr Writepack;
37+
public IntPtr Freshen;
3738
public free_callback Free;
3839

3940
/* The libgit2 structure definition ends here. Subsequent fields are for libgit2sharp bookkeeping. */

0 commit comments

Comments
 (0)