We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf11125 commit abe8c2cCopy full SHA for abe8c2c
LibGit2Sharp/Core/GitDiff.cs
@@ -397,6 +397,7 @@ internal class GitDiffBinaryFile
397
[StructLayout(LayoutKind.Sequential)]
398
internal class GitDiffBinary
399
{
400
+ public uint ContainsData;
401
public GitDiffBinaryFile OldFile;
402
public GitDiffBinaryFile NewFile;
403
}
LibGit2Sharp/Core/GitOdbBackend.cs
@@ -34,6 +34,7 @@ static GitOdbBackend()
34
public IntPtr Refresh;
35
public foreach_callback Foreach;
36
public IntPtr Writepack;
37
+ public IntPtr Freshen;
38
public free_callback Free;
39
40
/* The libgit2 structure definition ends here. Subsequent fields are for libgit2sharp bookkeeping. */
0 commit comments