]> git.proxmox.com Git - libgit2.git/commit
rebase: init and open take a rebase_options
authorEdward Thomson <ethomson@microsoft.com>
Tue, 17 Mar 2015 19:53:04 +0000 (15:53 -0400)
committerEdward Thomson <ethomson@microsoft.com>
Mon, 20 Apr 2015 20:22:54 +0000 (16:22 -0400)
commitf3a199dd9952a885621848c82b7b68c78723a9ed
tree7f9f044bba14fc6575f467b4b66b53c03bfa9e11
parent5ae38538c6dd88cca058fac1b84e29df4fed60e4
rebase: init and open take a rebase_options

`git_rebase_init` and `git_rebase_open` should take a
`git_rebase_options` and use it for future rebase operations on
that `rebase` object.
CHANGELOG.md
include/git2/rebase.h
src/rebase.c
tests/rebase/abort.c
tests/rebase/iterator.c
tests/rebase/merge.c
tests/rebase/setup.c