aboutsummaryrefslogtreecommitdiffstats
path: root/sequencer.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-22treewide: pass strvecs around for setup_revisions_from_strvec()Jeff King1-2/+2
2024-06-20Merge branch 'pw/rebase-i-error-message'Junio C Hamano1-2/+2
2024-05-30rebase -i: pass struct replay_opts to parse_insn_line()Phillip Wood1-2/+2
2024-04-30Merge branch 'pw/rebase-m-signoff-fix'Junio C Hamano1-6/+5
2024-04-18sequencer: move current fixups to private contextPhillip Wood1-5/+0
2024-04-18sequencer: start removing private fields from public APIPhillip Wood1-1/+5
2024-02-27rebase -i: stop setting GIT_CHERRY_PICK_HELPPhillip Wood1-0/+2
2024-01-19sequencer: introduce functions to handle autostashes via refsPatrick Steinhardt1-0/+3
2023-04-10rebase -m: cleanup --strategy-option handlingPhillip Wood1-1/+0
2023-04-10sequencer: use struct strvec to store merge strategy optionsPhillip Wood1-3/+8
2023-02-23treewide: remove unnecessary cache.h includesElijah Newren1-1/+1
2023-02-06sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason1-0/+1
2022-11-09sequencer: stop exporting GIT_REFLOG_ACTIONPhillip Wood1-0/+6
2022-07-19sequencer: rewrite update-refs as user edits todo listDerrick Stolee1-0/+12
2022-07-19rebase: add --update-refs optionDerrick Stolee1-0/+1
2022-07-19sequencer: add update-ref commandDerrick Stolee1-0/+1
2022-07-19branch: consider refs under 'update-refs'Derrick Stolee1-0/+9
2022-05-26revert: optionally refer to commit in the "reference" formatJunio C Hamano1-0/+1
2022-01-26create_autostash(): remove unneeded parameterPhillip Wood1-2/+1
2021-10-18Merge branch 'js/retire-preserve-merges'Junio C Hamano1-2/+0
2021-10-11Merge branch 'ab/designated-initializers'Junio C Hamano1-1/+3
2021-10-06Merge branch 'pw/rebase-reread-todo-after-editing'Junio C Hamano1-1/+0
2021-09-27*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason1-1/+3
2021-09-24rebase: fix todo-list rereadingPhillip Wood1-1/+0
2021-09-07sequencer: restrict scope of a formerly public functionJohannes Schindelin1-2/+0
2021-08-30sequencer: advise if skipping cherry-picked commitJosh Steadmon1-0/+1
2021-03-31sequencer: fix edit handling for cherry-pick and revert messagesElijah Newren1-2/+4
2020-11-18Merge branch 'en/merge-ort-api-null-impl'Junio C Hamano1-0/+1
2020-11-18Merge branch 'pw/rebase-i-orig-head'Junio C Hamano1-3/+4
2020-11-09Merge branch 'jk/committer-date-is-author-date-fix-simplify'Junio C Hamano1-2/+0
2020-11-04rebase -i: use struct object_id when writing statePhillip Wood1-1/+1
2020-11-04rebase -i: use struct object_id rather than looking up commitPhillip Wood1-2/+3
2020-11-02merge,rebase,revert: select ort or recursive by config or environmentElijah Newren1-0/+1
2020-10-26am, sequencer: stop parsing our own committer identJeff King1-2/+0
2020-09-03Merge branch 'pw/rebase-i-more-options'Junio C Hamano1-0/+4
2020-08-19rebase -i: support --ignore-datePhillip Wood1-0/+1
2020-08-17rebase -i: support --committer-date-is-author-datePhillip Wood1-0/+3
2020-04-29Merge branch 'dl/merge-autostash'Junio C Hamano1-0/+20
2020-04-22Merge branch 'jt/rebase-allow-duplicate'Junio C Hamano1-1/+1
2020-04-22Merge branch 'en/rebase-no-keep-empty'Junio C Hamano1-1/+1
2020-04-11rebase --merge: optionally skip upstreamed commitsJonathan Tan1-1/+1
2020-04-11rebase: reinstate --no-keep-emptyElijah Newren1-1/+1
2020-04-10sequencer: implement apply_autostash_oid()Denton Liu1-0/+1
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