summaryrefslogtreecommitdiff
path: root/src/rebase.c
Commit message (Expand)AuthorAgeFilesLines
* rebase: updates based on PR commentsEdward Thomson2014-10-261-17/+31
* s/git_merge_head/git_annotated_commitEdward Thomson2014-10-261-19/+21
* rebase: clean up some warnings and memory leaksEdward Thomson2014-10-261-26/+14
* rebase: oid member of operation should be constEdward Thomson2014-10-261-2/+2
* git_rebase: iterators for operationsEdward Thomson2014-10-261-0/+21
* rebase: preload all operationsEdward Thomson2014-10-261-111/+151
* rebase: init/open a git_rebase objectEdward Thomson2014-10-261-234/+276
* git_rebase_next: provide info about the operationEdward Thomson2014-10-261-2/+9
* git_rebase_finish: rewrite notes when finishing rebaseEdward Thomson2014-10-261-16/+150
* git_rebase_commit: write HEAD's reflog appropriatelyEdward Thomson2014-10-261-3/+9
* Introduce git_rebase_finish to complete a rebaseEdward Thomson2014-10-261-1/+62
* git_rebase_commit: drop already-picked commitsEdward Thomson2014-10-261-4/+15
* Introduce git_rebase_commitEdward Thomson2014-10-261-11/+110
* git_rebase_next: write conflicts nicely during rebaseEdward Thomson2014-10-261-18/+102
* Introduce git_rebase_nextEdward Thomson2014-10-261-0/+156
* Introduce git_rebase_abortEdward Thomson2014-10-261-0/+128
* Introduce git_rebase to set up a rebase sessionEdward Thomson2014-10-261-0/+332