aboutsummaryrefslogtreecommitdiffstats
path: root/rebase-interactive.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King1-3/+3
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King1-1/+1
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King1-1/+1
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-12strbuf: remove global variableCalvin Wan1-7/+8
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-07-19sequencer: rewrite update-refs as user edits todo listDerrick Stolee1-0/+6
2022-07-19sequencer: add update-ref commandDerrick Stolee1-0/+3
2022-07-19rebase-interactive: update 'merge' descriptionDerrick Stolee1-3/+3
2021-09-07rebase: remove a no-longer-used functionJohannes Schindelin1-29/+0
2021-02-10rebase -i: clarify and fix 'fixup -c' rebase-todo helpCharvi Mendiratta1-4/+5
2021-01-29rebase -i: add fixup [-C | -c] commandCharvi Mendiratta1-1/+3
2020-03-09Merge branch 'rt/format-zero-length-fix'Junio C Hamano1-2/+2
2020-03-02Merge branch 'en/rebase-backend'Junio C Hamano1-6/+1
2020-02-28rebase-interactive.c: silence format-zero-length warningsRalf Thielow1-2/+2
2020-02-16rebase (interactive-backend): make --keep-empty the defaultElijah Newren1-6/+1
2020-01-28rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Alban Gruin1-10/+43
2020-01-28sequencer: move check_todo_list_from_file() to rebase-interactive.cAlban Gruin1-0/+35
2020-01-23rebase -i: also avoid SHA-1 collisions with missingCommitsCheckJohannes Schindelin1-3/+5
2019-03-07rebase-interactive: rewrite edit_todo_list() to handle the initial editAlban Gruin1-24/+29
2019-03-07rebase-interactive: append_todo_help() changesAlban Gruin1-1/+11
2019-03-07rebase-interactive: use todo_list_write_to_file() in edit_todo_list()Alban Gruin1-22/+16
2019-01-29sequencer: refactor check_todo_list() to work on a todo_listAlban Gruin1-1/+90
2019-01-29sequencer: refactor transform_todos() to work on a todo_listAlban Gruin1-2/+2
2018-11-12rebase-interactive.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-3/+3
2018-11-12sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy1-2/+2
2018-10-12rebase -i: introduce the 'break' commandJohannes Schindelin1-0/+1
2018-08-29rebase -i: remove unused modes and functionsAlban Gruin1-22/+0
2018-08-10sequencer: refactor append_todo_help() to write its message to a bufferAlban Gruin1-13/+30
2018-08-10rebase -i: rewrite the edit-todo functionality in CAlban Gruin1-0/+27
2018-08-10rebase -i: rewrite append_todo_help() in CAlban Gruin1-0/+68