Skip to content

Commit

Permalink
Update git_worktree_add_options struct to include ref pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron committed Jul 1, 2021
1 parent 689dcf2 commit 8a61eec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LibGit2Sharp/Core/GitWorktree.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ internal enum GitWorktreePruneOptionFlags : uint
internal class git_worktree_add_options
{
public uint version = 1;

public int locked;

public IntPtr @ref = IntPtr.Zero;
}

[StructLayout(LayoutKind.Sequential)]
Expand Down

0 comments on commit 8a61eec

Please sign in to comment.