summaryrefslogtreecommitdiff
path: root/builtin/rebase--interactive.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Merge branch 'ag/sequencer-reduce-rewriting-todo'Libravatar Junio C Hamano1-21/+123
2019-03-07rebase--interactive: move transform_todo_file()Libravatar Alban Gruin1-1/+25
2019-03-07rebase-interactive: rewrite edit_todo_list() to handle the initial editLibravatar Alban Gruin1-1/+23
2019-03-07rebase--interactive: move rearrange_squash_in_todo_file()Libravatar Alban Gruin1-1/+27
2019-03-07rebase--interactive: move sequencer_add_exec_commands()Libravatar Alban Gruin1-1/+26
2019-03-07sequencer: change complete_action() to use the refactored functionsLibravatar Alban Gruin1-14/+6
2019-03-07sequencer: make sequencer_make_script() write its script to a strbufLibravatar Alban Gruin1-5/+8
2019-03-07sequencer: refactor rearrange_squash() to work on a todo_listLibravatar Alban Gruin1-1/+1
2019-03-07sequencer: refactor sequencer_add_exec_commands() to work on a todo_listLibravatar Alban Gruin1-4/+14
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-0/+1
2019-01-29Merge branch 'js/rebase-i-redo-exec'Libravatar Junio C Hamano1-0/+2
2019-01-29sequencer: refactor check_todo_list() to work on a todo_listLibravatar Alban Gruin1-1/+1
2019-01-29sequencer: refactor transform_todos() to work on a todo_listLibravatar Alban Gruin1-1/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2018-12-11rebase: introduce --reschedule-failed-execLibravatar Johannes Schindelin1-0/+2
2018-11-12rebase-interactive.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12rerere.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12sequencer.c: remove implicit dependency on the_repositoryLibravatar Nguyễn Thái Ngọc Duy1-5/+6
2018-11-12sequencer.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-10-09rebase -i: move rebase--helper modes to rebase--interactiveLibravatar Alban Gruin1-1/+26
2018-10-09rebase -i: remove git-rebase--interactive.shLibravatar Alban Gruin1-0/+246