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.
1 parent 21d4f13 commit 297167eCopy full SHA for 297167e
LibGit2Sharp/Core/GitRebaseOptions.cs
@@ -18,6 +18,8 @@ internal class GitRebaseOptions
18
19
public GitCheckoutOpts checkout_options = new GitCheckoutOpts { version = 1 };
20
21
+ private IntPtr padding; // TODO: add git_commit_create_cb
22
+
23
public NativeMethods.commit_signing_callback signing_callback;
24
}
25
0 commit comments