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.
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.