We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a544af commit d9f7324Copy full SHA for d9f7324
LibGit2Sharp/Core/GitStatusOptions.cs
@@ -13,6 +13,8 @@ internal class GitStatusOptions : IDisposable
13
14
public GitStrArrayManaged PathSpec;
15
16
+ public unsafe void* Baseline = (void*)0;
17
+
18
public void Dispose()
19
{
20
PathSpec.Dispose();
0 commit comments