File tree 4 files changed +8
-1
lines changed
4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ static GitOdbBackend()
33
33
public exists_prefix_callback ExistsPrefix ;
34
34
public IntPtr Refresh ;
35
35
public foreach_callback Foreach ;
36
+
37
+ private IntPtr Padding ; // TODO: add writemidx
38
+
36
39
public IntPtr Writepack ;
37
40
public IntPtr Freshen ;
38
41
public free_callback Free ;
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ internal class GitRebaseOptions
18
18
19
19
public GitCheckoutOpts checkout_options = new GitCheckoutOpts { version = 1 } ;
20
20
21
+ private IntPtr padding ; // TODO: add git_commit_create_cb
22
+
21
23
public NativeMethods . commit_signing_callback signing_callback ;
22
24
}
23
25
}
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ internal struct GitRemoteCallbacks
33
33
34
34
internal IntPtr transport ;
35
35
36
+ private IntPtr padding ; // TODO: add git_remote_ready_cb
37
+
36
38
internal IntPtr payload ;
37
39
38
40
internal NativeMethods . url_resolve_callback resolve_url ;
Original file line number Diff line number Diff line change 32
32
</ItemGroup >
33
33
34
34
<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" />
36
36
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" all" />
37
37
<PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.4.220" PrivateAssets =" all" />
38
38
</ItemGroup >
You can’t perform that action at this time.
0 commit comments