Skip to content

Commit 95b7f52

Browse files
committed
Fix failing tests due to missing struct member
1 parent edebdb8 commit 95b7f52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LibGit2Sharp/Core/GitDiff.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ internal class GitDiffOptions : IDisposable
7676
public IntPtr NewPrefixString;
7777

7878
public GitStrArrayIn PathSpec;
79+
public ulong MaxSize;
7980

8081
public void Dispose()
8182
{

0 commit comments

Comments
 (0)