summaryrefslogtreecommitdiff
path: root/sequencer.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'sg/rebase-progress'Junio C Hamano2019-07-091-3/+14
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | rebase: fix garbled progress display with '-x'SZEDER Gábor2019-06-271-3/+14
| |/ / /
* | | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-3/+5
|\ \ \ \
* \ \ \ \ Merge branch 'pw/rebase-abort-clean-rewritten'Junio C Hamano2019-07-091-4/+7
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | sequencer: return errors from sequencer_remove_state()Phillip Wood2019-05-151-4/+7
* | | | Merge branch 'pw/rebase-edit-message-for-replayed-merge'Junio C Hamano2019-06-131-0/+5
|\ \ \ \
| * | | | rebase -r: always reword merge -cPhillip Wood2019-05-191-0/+5
| | |_|/ | |/| |
* | | | sequencer: the `am` and `rebase--interactive` scripts are goneJohannes Schindelin2019-05-151-1/+1
|/ / /
* | | Merge branch 'pw/clean-sequencer-state-upon-final-commit'Junio C Hamano2019-05-131-0/+86
|\ \ \
| * | | fix cherry-pick/revert status after commitPhillip Wood2019-04-171-0/+35
| * | | commit/reset: try to clean up sequencer statePhillip Wood2019-04-171-0/+51
* | | | Merge branch 'pw/rebase-i-internal'Junio C Hamano2019-05-131-17/+25
|\ \ \ \ | | |/ / | |/| |
| * | | rebase -i: use struct commit when parsing optionsPhillip Wood2019-04-191-10/+11
| * | | sequencer: always discard index after checkoutPhillip Wood2019-04-191-10/+17
| * | | Merge branch 'ag/sequencer-reduce-rewriting-todo' into pw/rebase-i-internalJunio C Hamano2019-04-191-418/+237
| |\ \ \ | | |_|/ | |/| |
* | | | Merge branch 'dl/merge-cleanup-scissors-fix'Junio C Hamano2019-05-091-6/+67
|\ \ \ \
| * | | | cherry-pick/revert: add scissors line on merge conflictDenton Liu2019-04-191-5/+11
| * | | | sequencer.c: save and restore cleanup modePhillip Wood2019-04-191-1/+27
| * | | | commit: extract cleanup_mode functions to sequencerDenton Liu2019-04-181-0/+29
* | | | | Merge branch 'pw/sequencer-cleanup-with-signoff-x-fix'Junio C Hamano2019-05-091-7/+17
|\ \ \ \ \ | |/ / / /
| * | | | sequencer: fix cleanup with --signoff and -xPhillip Wood2019-04-181-7/+17
* | | | | Merge branch 'pw/cherry-pick-continue'Junio C Hamano2019-04-251-13/+40
|\ \ \ \ \
| * | | | | cherry-pick --continue: remember optionsPhillip Wood2019-03-181-0/+18
| * | | | | sequencer: break some long linesPhillip Wood2019-03-181-13/+22
| | |/ / / | |/| | |
* | | | | Merge branch 'ag/sequencer-reduce-rewriting-todo'Junio C Hamano2019-04-251-418/+237
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | rebase--interactive: move transform_todo_file()Alban Gruin2019-03-071-23/+0
| * | | sequencer: use edit_todo_list() in complete_action()Alban Gruin2019-03-071-14/+7
| * | | rebase-interactive: rewrite edit_todo_list() to handle the initial editAlban Gruin2019-03-071-2/+1
| * | | rebase-interactive: append_todo_help() changesAlban Gruin2019-03-071-13/+4
| * | | rebase-interactive: use todo_list_write_to_file() in edit_todo_list()Alban Gruin2019-03-071-2/+2
| * | | sequencer: refactor skip_unnecessary_picks() to work on a todo_listAlban Gruin2019-03-071-63/+19
| * | | rebase--interactive: move rearrange_squash_in_todo_file()Alban Gruin2019-03-071-27/+1
| * | | rebase--interactive: move sequencer_add_exec_commands()Alban Gruin2019-03-071-26/+2
| * | | sequencer: change complete_action() to use the refactored functionsAlban Gruin2019-03-071-45/+34
| * | | sequencer: make sequencer_make_script() write its script to a strbufAlban Gruin2019-03-071-23/+18
| * | | sequencer: refactor rearrange_squash() to work on a todo_listAlban Gruin2019-03-071-45/+47
| * | | sequencer: refactor sequencer_add_exec_commands() to work on a todo_listAlban Gruin2019-03-071-40/+74
| * | | sequencer: refactor check_todo_list() to work on a todo_listAlban Gruin2019-01-291-98/+23
| * | | sequencer: introduce todo_list_write_to_file()Alban Gruin2019-01-291-20/+41
| * | | sequencer: refactor transform_todos() to work on a todo_listAlban Gruin2019-01-291-18/+36
| * | | sequencer: remove the 'arg' field from todo_itemAlban Gruin2019-01-291-29/+38
| * | | sequencer: make the todo_list structure publicAlban Gruin2019-01-081-57/+12
| * | | sequencer: changes in parse_insn_buffer()Alban Gruin2019-01-081-1/+6
* | | | sequencer: move stale comment into correct locationJohannes Schindelin2019-03-141-1/+1
* | | | sequencer: improve error message when an OID could not be parsedJohannes Schindelin2019-03-141-1/+2
| |/ / |/| |
* | | Merge branch 'jh/trace2'Junio C Hamano2019-03-071-0/+2
|\ \ \
| * | | trace2:data: add trace2 hook classificationJeff Hostetler2019-02-221-0/+2
| | |/ | |/|
* | | Merge branch 'wh/author-committer-ident-config'Junio C Hamano2019-03-071-3/+2
|\ \ \ | |/ / |/| |
| * | config: allow giving separate author and committer identsWilliam Hubbs2019-02-041-3/+2
* | | Merge branch 'rj/sequencer-sign-off-header-static'Junio C Hamano2019-02-131-1/+1
|\ \ \