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.
1 parent 1bb074a commit 893aea4Copy full SHA for 893aea4
LibGit2Sharp/Core/GitWorktree.cs
@@ -1,7 +1,5 @@
1
using System;
2
-using System.Collections.Generic;
3
using System.Runtime.InteropServices;
4
-using System.Text;
5
6
namespace LibGit2Sharp.Core
7
{
@@ -36,6 +34,8 @@ internal class git_worktree_add_options
36
34
37
35
public int locked;
38
+ public int checkout_existing;
+
39
public IntPtr @ref = IntPtr.Zero;
40
41
public GitCheckoutOpts checkoutOpts = new GitCheckoutOpts { version = 1 };
0 commit comments