8000 React to more ABI changes · libgit2/libgit2sharp@893aea4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 893aea4

Browse files
committed
React to more ABI changes
1 parent 1bb074a commit 893aea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibGit2Sharp/Core/GitWorktree.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.Runtime.InteropServices;
4-
using System.Text;
53

64
namespace LibGit2Sharp.Core
75
{
@@ -36,6 +34,8 @@ internal class git_worktree_add_options
3634

3735
public int locked;
3836

37+
public int checkout_existing;
38+
3939
public IntPtr @ref = IntPtr.Zero;
4040

4141
public GitCheckoutOpts checkoutOpts = new GitCheckoutOpts { version = 1 };

0 commit comments

Comments
 (0)
0