Skip to content

Commit

Permalink
Merge branch 'master' into set-get-supported-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jairbubbles committed Sep 29, 2021
2 parents 38af05a + 5055fbd commit f37eb52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LibGit2Sharp/Core/GitOdbBackend.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ static GitOdbBackend()
public exists_prefix_callback ExistsPrefix;
public IntPtr Refresh;
public foreach_callback Foreach;

private IntPtr Padding; // TODO: add writemidx

public IntPtr Writepack;
public IntPtr Freshen;
public free_callback Free;
Expand Down
2 changes: 2 additions & 0 deletions LibGit2Sharp/Core/GitRebaseOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ internal class GitRebaseOptions

public GitCheckoutOpts checkout_options = new GitCheckoutOpts { version = 1 };

private IntPtr padding; // TODO: add git_commit_create_cb

public NativeMethods.commit_signing_callback signing_callback;
}
}
2 changes: 2 additions & 0 deletions LibGit2Sharp/Core/GitRemoteCallbacks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ internal struct GitRemoteCallbacks

internal IntPtr transport;

private IntPtr padding; // TODO: add git_remote_ready_cb

internal IntPtr payload;

internal NativeMethods.url_resolve_callback resolve_url;
Expand Down

0 comments on commit f37eb52

Please sign in to comment.