Initializes a git_rebase_options with default values. Equivalent to creating an instance with GIT_REBASE_OPTIONS_INIT.
git_rebase_options
the git_rebase_options instance to initialize.
the version of the struct; you should pass GIT_REBASE_OPTIONS_VERSION here.
GIT_REBASE_OPTIONS_VERSION
Zero on success; -1 on failure.