We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3b22a commit b78b290Copy full SHA for b78b290
LibGit2Sharp/Core/GitStatusOptions.cs
@@ -13,6 +13,8 @@ internal class GitStatusOptions : IDisposable
13
14
public GitStrArrayManaged PathSpec;
15
16
+ public IntPtr Baseline = IntPtr.Zero;
17
+
18
public void Dispose()
19
{
20
PathSpec.Dispose();
0 commit comments