git_rebase_options.commit_create_cb

Optional callback that allows users to override commit creation in git_rebase_commit. If specified, users can create their own commit and provide the commit ID, which may be useful for signing commits or otherwise customizing the commit creation.

If this callback returns GIT_PASSTHROUGH, then git_rebase_commit will continue to create the commit.

struct git_rebase_options
libgit2.commit.git_commit_create_cb commit_create_cb;

Meta