kmx git
login
register
thodg
/
libgit2
/
include/git2/rebase.h
include/git2/rebase.h
Log
Author
Commit
Date
CI
Message
4fe84d62
2014-07-14T15:19:19
Introduce git_rebase_abort Abort an in-progress rebase and move the working directory and repository back to the ORIG_HEAD state.
867a36f3
2014-07-14T14:35:01
Introduce git_rebase to set up a rebase session Introduce `git_rebase` to set up a rebase session that can then be continued. Immediately, only merge-type rebase is supported.