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.
2 parents df3b22a + b78b290 commit 689dcf2Copy full SHA for 689dcf2
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