Skip to content

Commit 8fb860e

Browse files
authored
Merge pull request #4 from Molytho/dd/issues/2
Fix error in marshaling GitStatusOptions
2 parents 3a544af + d9f7324 commit 8fb860e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LibGit2Sharp/Core/GitStatusOptions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ internal class GitStatusOptions : IDisposable
1313

1414
public GitStrArrayManaged PathSpec;
1515

16+
public unsafe void* Baseline = (void*)0;
17+
1618
public void Dispose()
1719
{
1820
PathSpec.Dispose();

0 commit comments

Comments
 (0)