summaryrefslogtreecommitdiffstats
path: root/rebase-interactive.c
AgeCommit message (Expand)AuthorLines
2019-03-07rebase-interactive: rewrite edit_todo_list() to handle the initial editAlban Gruin-24/+29
2019-03-07rebase-interactive: append_todo_help() changesAlban Gruin-1/+11
2019-03-07rebase-interactive: use todo_list_write_to_file() in edit_todo_list()Alban Gruin-22/+16
2019-01-29sequencer: refactor check_todo_list() to work on a todo_listAlban Gruin-1/+90
2019-01-29sequencer: refactor transform_todos() to work on a todo_listAlban Gruin-2/+2
2018-11-12rebase-interactive.c: remove the_repository referencesNguyễn Thái Ngọc Duy-3/+3
2018-11-12sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy-2/+2
2018-10-12rebase -i: introduce the 'break' commandJohannes Schindelin-0/+1
2018-08-29rebase -i: remove unused modes and functionsAlban Gruin-22/+0
2018-08-10sequencer: refactor append_todo_help() to write its message to a bufferAlban Gruin-13/+30
2018-08-10rebase -i: rewrite the edit-todo functionality in CAlban Gruin-0/+27
2018-08-10rebase -i: rewrite append_todo_help() in CAlban Gruin-0/+68