summaryrefslogtreecommitdiff
path: root/sequencer.h
Commit message (Expand)AuthorAgeFilesLines
* 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-231-1/+1
* sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason2023-02-061-0/+1
* sequencer: stop exporting GIT_REFLOG_ACTIONPhillip Wood2022-11-091-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-261-0/+1
* create_autostash(): remove unneeded parameterPhillip Wood2022-01-261-2/+1
* Merge branch 'js/retire-preserve-merges'Junio C Hamano2021-10-181-2/+0
|\
| * sequencer: restrict scope of a formerly public functionJohannes Schindelin2021-09-071-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-301-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-021-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-191-0/+1
| * rebase -i: support --committer-date-is-author-datePhillip Wood2020-08-171-0/+3
* | Merge branch 'dl/merge-autostash'Junio C Hamano2020-04-291-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-071-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-021-1/+2
|\ \
| * | rebase (interactive-backend): fix handling of commits that become emptyElijah Newren2020-02-161-0/+1
| * | rebase (interactive-backend): make --keep-empty the defaultElijah Newren2020-02-161-1/+1
* | | Merge branch 'ag/edit-todo-drop-check'Junio C Hamano2020-02-141-1/+1
|\ \ \
| * | | rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Alban Gruin2020-01-281-0/+1
| * | | sequencer: move check_todo_list_from_file() to rebase-interactive.cAlban Gruin2020-01-281-1/+0
| |/ /
* | | Merge branch 'ag/rebase-avoid-unneeded-checkout'Junio C Hamano2020-02-141-3/+0
|\ \ \ | |/ / |/| |
| * | rebase -i: stop checking out the tip of the branch to rebaseAlban Gruin2020-01-241-3/+0
* | | Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano2020-01-121-2/+0