File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ static GitOdbBackend()
3333 public exists_prefix_callback ExistsPrefix ;
3434 public IntPtr Refresh ;
3535 public foreach_callback Foreach ;
36+
37+ private IntPtr Padding ; // TODO: add writemidx
38+
3639 public IntPtr Writepack ;
3740 public IntPtr Freshen ;
3841 public free_callback Free ;
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ internal class GitRebaseOptions
1818
1919 public GitCheckoutOpts checkout_options = new GitCheckoutOpts { version = 1 } ;
2020
21+ private IntPtr padding ; // TODO: add git_commit_create_cb
22+
2123 public NativeMethods . commit_signing_callback signing_callback ;
2224 }
2325}
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ internal struct GitRemoteCallbacks
3333
3434 internal IntPtr transport ;
3535
36+ private IntPtr padding ; // TODO: add git_remote_ready_cb
37+
3638 internal IntPtr payload ;
3739
3840 internal NativeMethods . url_resolve_callback resolve_url ;
Original file line number Diff line number Diff line change 3232 </ItemGroup >
3333
3434 <ItemGroup >
35- <PackageReference Include =" LibGit2Sharp.NativeBinaries" Version =" [2.0.315-alpha.0.1 ]" PrivateAssets =" none" />
35+ <PackageReference Include =" LibGit2Sharp.NativeBinaries" Version =" [2.0.315-alpha.0.2 ]" PrivateAssets =" none" />
3636 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" all" />
3737 <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.4.220" PrivateAssets =" all" />
3838 </ItemGroup >
You can’t perform that action at this time.
0 commit comments