summaryrefslogtreecommitdiff
path: root/rebase-interactive.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-10rebase -i: clarify and fix 'fixup -c' rebase-todo helpLibravatar Charvi Mendiratta1-4/+5
2021-01-29rebase -i: add fixup [-C | -c] commandLibravatar Charvi Mendiratta1-1/+3
2020-03-09Merge branch 'rt/format-zero-length-fix'Libravatar Junio C Hamano1-2/+2
2020-03-02Merge branch 'en/rebase-backend'Libravatar Junio C Hamano1-6/+1
2020-02-28rebase-interactive.c: silence format-zero-length warningsLibravatar Ralf Thielow1-2/+2
2020-02-16rebase (interactive-backend): make --keep-empty the defaultLibravatar Elijah Newren1-6/+1
2020-01-28rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Libravatar Alban Gruin1-10/+43
2020-01-28sequencer: move check_todo_list_from_file() to rebase-interactive.cLibravatar Alban Gruin1-0/+35
2020-01-23rebase -i: also avoid SHA-1 collisions with missingCommitsCheckLibravatar Johannes Schindelin1-3/+5
2019-03-07rebase-interactive: rewrite edit_todo_list() to handle the initial editLibravatar Alban Gruin1-24/+29
2019-03-07rebase-interactive: append_todo_help() changesLibravatar Alban Gruin1-1/+11
2019-03-07rebase-interactive: use todo_list_write_to_file() in edit_todo_list()Libravatar Alban Gruin1-22/+16
2019-01-29sequencer: refactor check_todo_list() to work on a todo_listLibravatar Alban Gruin1-1/+90
2019-01-29sequencer: refactor transform_todos() to work on a todo_listLibravatar Alban Gruin1-2/+2
2018-11-12rebase-interactive.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2018-11-12sequencer.c: remove implicit dependency on the_repositoryLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-10-12rebase -i: introduce the 'break' commandLibravatar Johannes Schindelin1-0/+1
2018-08-29rebase -i: remove unused modes and functionsLibravatar Alban Gruin1-22/+0
2018-08-10sequencer: refactor append_todo_help() to write its message to a bufferLibravatar Alban Gruin1-13/+30
2018-08-10rebase -i: rewrite the edit-todo functionality in CLibravatar Alban Gruin1-0/+27
2018-08-10rebase -i: rewrite append_todo_help() in CLibravatar Alban Gruin1-0/+68