git_rebase_abort

Aborts a rebase that is currently in progress, resetting the repository and working directory to their state before rebase began.

@param rebase The rebase that is in-progress @return Zero on success; git_error_code.GIT_ENOTFOUND if a rebase is not in progress, -1 on other errors.

extern (C) nothrow @nogc
int
git_rebase_abort

Meta