summaryrefslogtreecommitdiff
path: root/rebase-interactive.c
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
* treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-111-1/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
|/
* sequencer: rewrite update-refs as user edits todo listDerrick Stolee2022-07-191-0/+6
* sequencer: add update-ref commandDerrick Stolee2022-07-191-0/+3
* rebase-interactive: update 'merge' descriptionDerrick Stolee2022-07-191-3/+3
* rebase: remove a no-longer-used functionJohannes Schindelin2021-09-071-29/+0
* rebase -i: clarify and fix 'fixup -c' rebase-todo helpCharvi Mendiratta2021-02-101-4/+5
* rebase -i: add fixup [-C | -c] commandCharvi Mendiratta2021-01-291-1/+3
* Merge branch 'rt/format-zero-length-fix'Junio C Hamano2020-03-091-2/+2
|\
| * rebase-interactive.c: silence format-zero-length warningsRalf Thielow2020-02-281-2/+2
* | Merge branch 'en/rebase-backend'Junio C Hamano2020-03-021-6/+1
|\ \ | |/ |/|
| * rebase (interactive-backend): make --keep-empty the defaultElijah Newren2020-02-161-6/+1
* | rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Alban Gruin2020-01-281-10/+43
* | sequencer: move check_todo_list_from_file() to rebase-interactive.cAlban Gruin2020-01-281-0/+35
* | rebase -i: also avoid SHA-1 collisions with missingCommitsCheckJohannes Schindelin2020-01-231-3/+5
|/
* 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