Skip to content

Commit

Permalink
React to more ABI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Nov 24, 2024
1 parent 1bb074a commit 893aea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LibGit2Sharp/Core/GitWorktree.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;

namespace LibGit2Sharp.Core
{
Expand Down Expand Up @@ -36,6 +34,8 @@ internal class git_worktree_add_options

public int locked;

public int checkout_existing;

public IntPtr @ref = IntPtr.Zero;

public GitCheckoutOpts checkoutOpts = new GitCheckoutOpts { version = 1 };
Expand Down

0 comments on commit 893aea4

Please sign in to comment.