Skip to content

Commit 297167e

Browse files
committed
Fix rebase options
1 parent 21d4f13 commit 297167e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LibGit2Sharp/Core/GitRebaseOptions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)