| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'rt/format-zero-length-fix' | Junio C Hamano | 2020-03-09 | 1 | -2/+2 |
|\ |
|
| * | rebase-interactive.c: silence format-zero-length warnings | Ralf Thielow | 2020-02-28 | 1 | -2/+2 |
* | | Merge branch 'en/rebase-backend' | Junio C Hamano | 2020-03-02 | 1 | -6/+1 |
|\ \
| |/
|/| |
|
| * | rebase (interactive-backend): make --keep-empty the default | Elijah Newren | 2020-02-16 | 1 | -6/+1 |
* | | rebase-interactive: warn if commit is dropped with `rebase --edit-todo' | Alban Gruin | 2020-01-28 | 1 | -10/+43 |
* | | sequencer: move check_todo_list_from_file() to rebase-interactive.c | Alban Gruin | 2020-01-28 | 1 | -0/+35 |
* | | rebase -i: also avoid SHA-1 collisions with missingCommitsCheck | Johannes Schindelin | 2020-01-23 | 1 | -3/+5 |
|/ |
|
* | rebase-interactive: rewrite edit_todo_list() to handle the initial edit | Alban Gruin | 2019-03-07 | 1 | -24/+29 |
* | rebase-interactive: append_todo_help() changes | Alban Gruin | 2019-03-07 | 1 | -1/+11 |
* | rebase-interactive: use todo_list_write_to_file() in edit_todo_list() | Alban Gruin | 2019-03-07 | 1 | -22/+16 |
* | sequencer: refactor check_todo_list() to work on a todo_list | Alban Gruin | 2019-01-29 | 1 | -1/+90 |
* | sequencer: refactor transform_todos() to work on a todo_list | Alban Gruin | 2019-01-29 | 1 | -2/+2 |
* | rebase-interactive.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -3/+3 |
* | sequencer.c: remove implicit dependency on the_repository | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -2/+2 |
* | rebase -i: introduce the 'break' command | Johannes Schindelin | 2018-10-12 | 1 | -0/+1 |
* | rebase -i: remove unused modes and functions | Alban Gruin | 2018-08-29 | 1 | -22/+0 |
* | sequencer: refactor append_todo_help() to write its message to a buffer | Alban Gruin | 2018-08-10 | 1 | -13/+30 |
* | rebase -i: rewrite the edit-todo functionality in C | Alban Gruin | 2018-08-10 | 1 | -0/+27 |
* | rebase -i: rewrite append_todo_help() in C | Alban Gruin | 2018-08-10 | 1 | -0/+68 |