summaryrefslogtreecommitdiffstats
path: root/sequencer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pw/rebase-m-signoff-fix'Junio C Hamano2024-04-301-6/+5
|\
| * sequencer: move current fixups to private contextPhillip Wood2024-04-181-5/+0
| * sequencer: start removing private fields from public APIPhillip Wood2024-04-181-1/+5
* | rebase -i: stop setting GIT_CHERRY_PICK_HELPPhillip Wood2024-02-271-0/+2
|/
* sequencer: introduce functions to handle autostashes via refsPatrick Steinhardt2024-01-191-0/+3
* rebase -m: cleanup --strategy-option handlingPhillip Wood2023-04-101-1/+0
* sequencer: use struct strvec to store merge strategy optionsPhillip Wood2023-04-101-3/+8
* treewide: remove unnecessary cache.h includesElijah Newren2023-02-241-1/+1
* sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason2023-02-071-0/+1
* sequencer: stop exporting GIT_REFLOG_ACTIONPhillip Wood2022-11-101-0/+6
* sequencer: rewrite update-refs as user edits todo listDerrick Stolee2022-07-191-0/+12
* rebase: add --update-refs optionDerrick Stolee2022-07-191-0/+1
* sequencer: add update-ref commandDerrick Stolee2022-07-191-0/+1
* branch: consider refs under 'update-refs'Derrick Stolee2022-07-191-0/+9
* revert: optionally refer to commit in the "reference" formatJunio C Hamano2022-05-271-0/+1
* create_autostash(): remove unneeded parameterPhillip Wood2022-01-261-2/+1
* Merge branch 'js/retire-preserve-merges'Junio C Hamano2021-10-191-2/+0
|\
| * sequencer: restrict scope of a formerly public functionJohannes Schindelin2021-09-081-2/+0
* | Merge branch 'ab/designated-initializers'Junio C Hamano2021-10-111-1/+3
|\ \
| * | *.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason2021-09-271-1/+3
* | | Merge branch 'pw/rebase-reread-todo-after-editing'Junio C Hamano2021-10-061-1/+0
|\ \ \ | |/ / |/| |
| * | rebase: fix todo-list rereadingPhillip Wood2021-09-241-1/+0
| |/
* / sequencer: advise if skipping cherry-picked commitJosh Steadmon2021-08-311-0/+1
|/
* sequencer: fix edit handling for cherry-pick and revert messagesElijah Newren2021-03-311-2/+4
* Merge branch 'en/merge-ort-api-null-impl'Junio C Hamano2020-11-181-0/+1
|\
| * merge,rebase,revert: select ort or recursive by config or environmentElijah Newren2020-11-031-0/+1
* | Merge branch 'pw/rebase-i-orig-head'Junio C Hamano2020-11-181-3/+4
|\ \
| * | rebase -i: use struct object_id when writing statePhillip Wood2020-11-041-1/+1
| * | rebase -i: use struct object_id rather than looking up commitPhillip Wood2020-11-041-2/+3
| |/
* | Merge branch 'jk/committer-date-is-author-date-fix-simplify'Junio C Hamano2020-11-091-2/+0
|\ \ | |/ |/|
| * am, sequencer: stop parsing our own committer identJeff King2020-10-261-2/+0
* | Merge branch 'pw/rebase-i-more-options'Junio C Hamano2020-09-031-0/+4
|\|
| * rebase -i: support --ignore-datePhillip Wood2020-08-201-0/+1
| * rebase -i: support --committer-date-is-author-datePhillip Wood2020-08-171-0/+3
* | Merge branch 'dl/merge-autostash'Junio C Hamano2020-04-301-0/+20
|\ \
| * | sequencer: implement apply_autostash_oid()Denton Liu2020-04-101-0/+1
| * | sequencer: implement save_autostash()Denton Liu2020-04-101-0/+1
| * | sequencer: extract perform_autostash() from rebaseDenton Liu2020-04-101-0/+2
| * | rebase: use apply_autostash() from sequencer.cDenton Liu2020-04-101-0/+2
| * | sequencer: make read_oneliner() externDenton Liu2020-04-081-0/+14
* | | Merge branch 'jt/rebase-allow-duplicate'Junio C Hamano2020-04-221-1/+1
|\ \ \
| * | | rebase --merge: optionally skip upstreamed commitsJonathan Tan2020-04-111-1/+1
* | | | Merge branch 'en/rebase-no-keep-empty'Junio C Hamano2020-04-221-1/+1
|\| | | | |_|/ |/| |
| * | rebase: reinstate --no-keep-emptyElijah Newren2020-04-111-1/+1
| |/
* | Merge branch 'pw/advise-rebase-skip'Junio C Hamano2020-03-251-1/+2
|\ \ | |/ |/|
| * commit: encapsulate determine_whence() for sequencerPhillip Wood2019-12-061-1/+2
* | Merge branch 'en/rebase-backend'Junio C Hamano2020-03-031-1/+2
|\ \
| * | rebase (interactive-backend): fix handling of commits that become emptyElijah Newren2020-02-171-0/+1
| * | rebase (interactive-backend): make --keep-empty the defaultElijah Newren2020-02-171-1/+1
* | | Merge branch 'ag/edit-todo-drop-check'Junio C Hamano2020-02-141-1/+1
|\ \ \