summaryrefslogtreecommitdiff
path: root/include/git2/rebase.h
Commit message (Expand)AuthorAgeFilesLines
* 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