summaryrefslogtreecommitdiff
path: root/sequencer.h
AgeCommit message (Expand)Author
2022-07-19sequencer: rewrite update-refs as user edits todo listDerrick Stolee
2022-07-19rebase: add --update-refs optionDerrick Stolee
2022-07-19sequencer: add update-ref commandDerrick Stolee
2022-07-19branch: consider refs under 'update-refs'Derrick Stolee
2022-05-27revert: optionally refer to commit in the "reference" formatJunio C Hamano
2022-01-26create_autostash(): remove unneeded parameterPhillip Wood
2021-10-18Merge branch 'js/retire-preserve-merges'Junio C Hamano
2021-10-11Merge branch 'ab/designated-initializers'Junio C Hamano
2021-10-06Merge branch 'pw/rebase-reread-todo-after-editing'Junio C Hamano
2021-09-27*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason
2021-09-24rebase: fix todo-list rereadingPhillip Wood
2021-09-08sequencer: restrict scope of a formerly public functionJohannes Schindelin
2021-08-30sequencer: advise if skipping cherry-picked commitJosh Steadmon
2021-03-31sequencer: fix edit handling for cherry-pick and revert messagesElijah Newren
2020-11-18Merge branch 'en/merge-ort-api-null-impl'Junio C Hamano
2020-11-18Merge branch 'pw/rebase-i-orig-head'Junio C Hamano
2020-11-09Merge branch 'jk/committer-date-is-author-date-fix-simplify'Junio C Hamano
2020-11-04rebase -i: use struct object_id when writing statePhillip Wood
2020-11-04rebase -i: use struct object_id rather than looking up commitPhillip Wood
2020-11-03merge,rebase,revert: select ort or recursive by config or environmentElijah Newren
2020-10-26am, sequencer: stop parsing our own committer identJeff King
2020-09-03Merge branch 'pw/rebase-i-more-options'Junio C Hamano
2020-08-19rebase -i: support --ignore-datePhillip Wood
2020-08-17rebase -i: support --committer-date-is-author-datePhillip Wood
2020-04-29Merge branch 'dl/merge-autostash'Junio C Hamano
2020-04-22Merge branch 'jt/rebase-allow-duplicate'Junio C Hamano
2020-04-22Merge branch 'en/rebase-no-keep-empty'Junio C Hamano
2020-04-11rebase --merge: optionally skip upstreamed commitsJonathan Tan
2020-04-11rebase: reinstate --no-keep-emptyElijah Newren
2020-04-10sequencer: implement apply_autostash_oid()Denton Liu
2020-04-10sequencer: implement save_autostash()Denton Liu
2020-04-10sequencer: extract perform_autostash() from rebaseDenton Liu
2020-04-10rebase: use apply_autostash() from sequencer.cDenton Liu
2020-04-07sequencer: make read_oneliner() externDenton Liu
2020-03-25Merge branch 'pw/advise-rebase-skip'Junio C Hamano
2020-03-02Merge branch 'en/rebase-backend'Junio C Hamano
2020-02-16rebase (interactive-backend): fix handling of commits that become emptyElijah Newren
2020-02-16rebase (interactive-backend): make --keep-empty the defaultElijah Newren
2020-02-14Merge branch 'ag/edit-todo-drop-check'Junio C Hamano
2020-02-14Merge branch 'ag/rebase-avoid-unneeded-checkout'Junio C Hamano
2020-01-28rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Alban Gruin
2020-01-28sequencer: move check_todo_list_from_file() to rebase-interactive.cAlban Gruin
2020-01-24rebase -i: stop checking out the tip of the branch to rebaseAlban Gruin
2020-01-12Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano
2019-12-10Merge branch 'ra/rebase-i-more-options'Junio C Hamano
2019-12-06commit: encapsulate determine_whence() for sequencerPhillip Wood
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano
2019-11-02rebase -i: support --ignore-dateRohit Ashiwal
2019-11-02rebase -i: support --committer-date-is-author-dateRohit Ashiwal
2019-10-16sequencer.h fix placement of #endifPhillip Wood