summaryrefslogtreecommitdiff
path: root/include/git2/rebase.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a few checkout -> rebase typoscmn/typoCarlos Martín Nieto2016-02-221-1/+1
* rebase: persist a single in-memory indexEdward Thomson2016-02-151-6/+15
* rebase: allow custom merge_optionsEdward Thomson2016-02-111-1/+7
* rebase: introduce inmemory rebasingEdward Thomson2016-02-111-1/+16
* Fix a typo in documentationNicolas Vanheuverzwijn2016-02-031-1/+1
* rebase: correct documentation, CHANGELOGEdward Thomson2015-04-201-8/+8
* rebase: include checkout opts within rebase optsEdward Thomson2015-04-201-2/+3
* rebase: init and open take a rebase_optionsEdward Thomson2015-04-201-24/+30
* rebase: take `checkout_options` where appropriateEdward Thomson2015-04-201-2/+9
* rebase: identify a rebase that has not startedEdward Thomson2015-04-201-0/+6
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-6/+1
* rebase: allow `NULL` branch to indicate `HEAD`Edward Thomson2015-02-131-1/+2
* Fix doc comment formattingBen Chatelain2015-02-101-5/+5
* doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-061-1/+14
* rebase: updates based on PR commentsEdward Thomson2014-10-261-17/+15
* s/git_merge_head/git_annotated_commitEdward Thomson2014-10-261-3/+4
* rebase: oid member of operation should be constEdward Thomson2014-10-261-1/+1
* git_rebase: iterators for operationsEdward Thomson2014-10-261-0/+27
* rebase: preload all operationsEdward Thomson2014-10-261-2/+2
* rebase: init/open a git_rebase objectEdward Thomson2014-10-261-11/+32
* git_rebase_next: provide info about the operationEdward Thomson2014-10-261-6/+68
* git_rebase_finish: rewrite notes when finishing rebaseEdward Thomson2014-10-261-1/+12
* Introduce git_rebase_finish to complete a rebaseEdward Thomson2014-10-261-0/+12
* git_rebase_commit: drop already-picked commitsEdward Thomson2014-10-261-1/+3
* Introduce git_rebase_commitEdward Thomson2014-10-261-0/+28
* Introduce git_rebase_nextEdward Thomson2014-10-261-0/+13
* Introduce git_rebase_abortEdward Thomson2014-10-261-0/+13
* Introduce git_rebase to set up a rebase sessionEdward Thomson2014-10-261-0/+73