Skip to content

Commit 689dcf2

Browse files
authored
Merge pull request #1884 from Molytho/master
Adjust GitStatusOptions to match structure of native libgit2
2 parents df3b22a + b78b290 commit 689dcf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: LibGit2Sharp/Core/GitStatusOptions.cs

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ internal class GitStatusOptions : IDisposable
1313

1414
public GitStrArrayManaged PathSpec;
1515

16+
public IntPtr Baseline = IntPtr.Zero;
17+
1618
public void Dispose()
1719
{
1820
PathSpec.Dispose();

0 commit comments

Comments
 (0)