Skip to content

Commit

Permalink
Merge pull request #1884 from Molytho/master
Browse files Browse the repository at this point in the history
Adjust GitStatusOptions to match structure of native libgit2
  • Loading branch information
bording committed Jun 17, 2021
2 parents df3b22a + b78b290 commit 689dcf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LibGit2Sharp/Core/GitStatusOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ internal class GitStatusOptions : IDisposable

public GitStrArrayManaged PathSpec;

public IntPtr Baseline = IntPtr.Zero;

public void Dispose()
{
PathSpec.Dispose();
Expand Down

0 comments on commit 689dcf2

Please sign in to comment.