aboutsummaryrefslogtreecommitdiffstats
path: root/rebase-interactive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rebase-interactive: rewrite edit_todo_list() to handle the initial editAlban Gruin2019-03-071-24/+29
* rebase-interactive: append_todo_help() changesAlban Gruin2019-03-071-1/+11
* rebase-interactive: use todo_list_write_to_file() in edit_todo_list()Alban Gruin2019-03-071-22/+16
* sequencer: refactor check_todo_list() to work on a todo_listAlban Gruin2019-01-291-1/+90
* sequencer: refactor transform_todos() to work on a todo_listAlban Gruin2019-01-291-2/+2
* rebase-interactive.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-3/+3
* sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy2018-11-121-2/+2
* rebase -i: introduce the 'break' commandJohannes Schindelin2018-10-121-0/+1
* rebase -i: remove unused modes and functionsAlban Gruin2018-08-291-22/+0
* sequencer: refactor append_todo_help() to write its message to a bufferAlban Gruin2018-08-101-13/+30
* rebase -i: rewrite the edit-todo functionality in CAlban Gruin2018-08-101-0/+27
* rebase -i: rewrite append_todo_help() in CAlban Gruin2018-08-101-0/+68