summaryrefslogtreecommitdiff
path: root/sequencer.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-10sequencer: implement save_autostash()Denton Liu1-0/+1
2020-04-10sequencer: extract perform_autostash() from rebaseDenton Liu1-0/+2
2020-04-10rebase: use apply_autostash() from sequencer.cDenton Liu1-0/+2
2020-04-07sequencer: make read_oneliner() externDenton Liu1-0/+14
2020-03-25Merge branch 'pw/advise-rebase-skip'Junio C Hamano1-1/+2
2020-03-02Merge branch 'en/rebase-backend'Junio C Hamano1-1/+2
2020-02-16rebase (interactive-backend): fix handling of commits that become emptyElijah Newren1-0/+1
2020-02-16rebase (interactive-backend): make --keep-empty the defaultElijah Newren1-1/+1
2020-02-14Merge branch 'ag/edit-todo-drop-check'Junio C Hamano1-1/+1
2020-02-14Merge branch 'ag/rebase-avoid-unneeded-checkout'Junio C Hamano1-3/+0
2020-01-28rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Alban Gruin1-0/+1
2020-01-28sequencer: move check_todo_list_from_file() to rebase-interactive.cAlban Gruin1-1/+0
2020-01-24rebase -i: stop checking out the tip of the branch to rebaseAlban Gruin1-3/+0
2020-01-12Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano1-2/+0
2019-12-10Merge branch 'ra/rebase-i-more-options'Junio C Hamano1-0/+2
2019-12-06commit: encapsulate determine_whence() for sequencerPhillip Wood1-1/+2
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano1-2/+1
2019-11-02rebase -i: support --ignore-dateRohit Ashiwal1-0/+1
2019-11-02rebase -i: support --committer-date-is-author-dateRohit Ashiwal1-0/+1
2019-10-16sequencer.h fix placement of #endifPhillip Wood1-2/+1
2019-09-18Merge branch 'js/rebase-r-strategy'Junio C Hamano1-0/+6
2019-07-31rebase -r: do not (re-)generate root commits with `--root` *and* `--onto`Johannes Schindelin1-0/+6
2019-07-19Merge branch 'ra/cherry-pick-revert-skip'Junio C Hamano1-0/+1
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-1/+1
2019-07-02cherry-pick/revert: add --skip optionRohit Ashiwal1-0/+1
2019-05-13Merge branch 'pw/clean-sequencer-state-upon-final-commit'Junio C Hamano1-0/+3
2019-05-13Merge branch 'pw/rebase-i-internal'Junio C Hamano1-3/+4
2019-05-09Merge branch 'dl/merge-cleanup-scissors-fix'Junio C Hamano1-1/+8
2019-05-09Merge branch 'pw/sequencer-cleanup-with-signoff-x-fix'Junio C Hamano1-0/+1
2019-04-25Merge branch 'ag/sequencer-reduce-rewriting-todo'Junio C Hamano1-16/+63
2019-04-19rebase -i: use struct commit when parsing optionsPhillip Wood1-2/+2
2019-04-19sequencer: always discard index after checkoutPhillip Wood1-1/+2
2019-04-19Merge branch 'ag/sequencer-reduce-rewriting-todo' into pw/rebase-i-internalJunio C Hamano1-16/+63
2019-04-19cherry-pick/revert: add scissors line on merge conflictDenton Liu1-1/+2
2019-04-18commit: extract cleanup_mode functions to sequencerDenton Liu1-0/+6
2019-04-18sequencer: fix cleanup with --signoff and -xPhillip Wood1-0/+1
2019-04-17fix cherry-pick/revert status after commitPhillip Wood1-0/+2
2019-04-17commit/reset: try to clean up sequencer statePhillip Wood1-0/+1
2019-03-07rebase--interactive: move transform_todo_file()Alban Gruin1-1/+0
2019-03-07rebase-interactive: rewrite edit_todo_list() to handle the initial editAlban Gruin1-0/+1
2019-03-07rebase-interactive: use todo_list_write_to_file() in edit_todo_list()Alban Gruin1-3/+0
2019-03-07rebase--interactive: move rearrange_squash_in_todo_file()Alban Gruin1-1/+1
2019-03-07rebase--interactive: move sequencer_add_exec_commands()Alban Gruin1-2/+2
2019-03-07sequencer: change complete_action() to use the refactored functionsAlban Gruin1-1/+1
2019-03-07sequencer: make sequencer_make_script() write its script to a strbufAlban Gruin1-3/+2
2019-03-07sequencer: refactor rearrange_squash() to work on a todo_listAlban Gruin1-1/+1
2019-03-07sequencer: refactor sequencer_add_exec_commands() to work on a todo_listAlban Gruin1-2/+3
2019-02-13Merge branch 'rj/sequencer-sign-off-header-static'Junio C Hamano1-2/+0
2019-02-11sequencer: make sign_off_header a file local symbolRamsay Jones1-2/+0
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano1-1/+2