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.
git_rebase_commit
1 parent 93b6835 commit d96bfe6Copy full SHA for d96bfe6
LibGit2Sharp/Core/NativeMethods.cs
@@ -213,8 +213,8 @@ internal static extern unsafe int git_rebase_commit(
213
git_rebase* rebase,
214
git_signature* author,
215
git_signature* committer,
216
- IntPtr message_encoding,
217
- IntPtr message);
+ [CustomMarshaler(typeof(StrictUtf8Marshaler), typeof(string))] byte* message_encoding,
+ [CustomMarshaler(typeof(StrictUtf8Marshaler), typeof(string))] byte* message);
218
219
[DllImport(libgit2)]
220
internal static extern unsafe int git_rebase_abort(
0 commit comments