summaryrefslogtreecommitdiff
path: root/sequencer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/filter-process'Junio C Hamano2020-03-261-0/+1
|\
| * builtin/rebase: compute checkout metadata for rebasesbrian m. carlson2020-03-161-0/+1
* | Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano2020-03-261-1/+1
|\ \
| * | commit: use expected signature header for SHA-256brian m. carlson2020-02-241-1/+1
* | | Merge branch 'pw/advise-rebase-skip'Junio C Hamano2020-03-251-8/+44
|\ \ \
| * | | commit: give correct advice for empty commit during a rebasePhillip Wood2019-12-061-8/+31
| * | | commit: encapsulate determine_whence() for sequencerPhillip Wood2019-12-061-1/+12
| * | | sequencer: write CHERRY_PICK_HEAD for reword and editPhillip Wood2019-12-061-1/+3
* | | | Merge branch 'en/rebase-backend'Junio C Hamano2020-03-121-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | sequencer: clear state upon dropping a become-empty commitElijah Newren2020-03-111-0/+2
* | | | Merge branch 'en/rebase-backend'Junio C Hamano2020-03-021-31/+51
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | rebase: drop '-i' from the reflog for interactive-based rebasesElijah Newren2020-02-161-4/+4
| * | rebase, sequencer: remove the broken GIT_QUIET handlingElijah Newren2020-02-161-4/+2
| * | rebase (interactive-backend): fix handling of commits that become emptyElijah Newren2020-02-161-11/+39
| * | rebase (interactive-backend): make --keep-empty the defaultElijah Newren2020-02-161-13/+7
* | | Merge branch 'ag/edit-todo-drop-check'Junio C Hamano2020-02-141-40/+11
|\ \ \
| * | | rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Alban Gruin2020-01-281-11/+11
| * | | sequencer: move check_todo_list_from_file() to rebase-interactive.cAlban Gruin2020-01-281-29/+0
* | | | Merge branch 'ag/rebase-avoid-unneeded-checkout'Junio C Hamano2020-02-141-14/+0
|\ \ \ \
| * | | | rebase -i: stop checking out the tip of the branch to rebaseAlban Gruin2020-01-241-14/+0
* | | | | Merge branch 'js/rebase-i-with-colliding-hash'Junio C Hamano2020-02-141-4/+14
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | rebase -i: re-fix short SHA-1 collisionJohannes Schindelin2020-01-231-1/+10
| * | | | parse_insn_line(): improve error message when parsing failedJohannes Schindelin2020-01-231-3/+4
| | |/ / | |/| |
* | | | avoid computing zero offsets from NULL pointerJeff King2020-01-281-3/+3
|/ / /
* | | Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano2020-01-121-133/+8
* | | Merge branch 'ag/sequencer-todo-updates'Junio C Hamano2019-12-161-9/+23
|\ \ \
| * | | sequencer: directly call pick_commits() from complete_action()Alban Gruin2019-11-251-4/+10
| * | | sequencer: move the code writing total_nr on the disk to a new functionAlban Gruin2019-11-251-5/+11
| * | | sequencer: update `done_nr' when skipping commands in a todo listAlban Gruin2019-11-251-0/+1
| * | | sequencer: update `total_nr' when adding an item to a todo listAlban Gruin2019-11-251-0/+1
* | | | Merge branch 'ag/sequencer-continue-leakfix'Junio C Hamano2019-12-101-2/+4
|\ \ \ \
| * | | | sequencer: fix a memory leak in sequencer_continue()Alban Gruin2019-11-301-2/+4
| | |/ / | |/| |
* | | | Merge branch 'ra/rebase-i-more-options'Junio C Hamano2019-12-101-8/+133
|\ \ \ \
| * | | | rebase -i: support --ignore-dateRohit Ashiwal2019-11-021-3/+57
| * | | | sequencer: rename amend_author to author_to_renameRohit Ashiwal2019-11-021-3/+3
| * | | | rebase -i: support --committer-date-is-author-dateRohit Ashiwal2019-11-021-2/+63
| * | | | sequencer: allow callers of read_author_script() to ignore fieldsRohit Ashiwal2019-11-021-3/+13
* | | | | Merge branch 'sg/assume-no-todo-update-in-cherry-pick'Junio C Hamano2019-12-061-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sequencer: don't re-read todo for revert and cherry-pickSZEDER Gábor2019-11-241-1/+1
| |/ / /
* | | | Merge branch 'pw/sequencer-compare-with-right-parent-to-check-empty-commits'Junio C Hamano2019-12-051-5/+21
|\ \ \ \
| * | | | sequencer: fix empty commit check when amendingPhillip Wood2019-11-231-5/+21
* | | | | Merge branch 'dd/rebase-merge-reserves-onto-label'Junio C Hamano2019-12-051-0/+5
|\ \ \ \ \
| * | | | | sequencer: handle rebase-merges for "onto" messageDoan Tran Cong Danh2019-11-201-0/+5
* | | | | | Merge branch 'js/rebase-r-safer-label'Junio C Hamano2019-12-051-27/+45
|\ \ \ \ \ \ | |/ / / / /
| * | | | | rebase -r: let `label` generate safer labelsMatthew Rogers2019-11-181-1/+19
| * | | | | rebase-merges: move labels' whitespace mangling into `label_oid()`Johannes Schindelin2019-11-181-28/+28
* | | | | | Merge branch 'dd/sequencer-utf8'Junio C Hamano2019-12-011-7/+14
|\ \ \ \ \ \
| * | | | | | sequencer: reencode commit message for am/rebase --show-current-patchDoan Tran Cong Danh2019-11-111-1/+2
| * | | | | | sequencer: reencode old merge-commit messageDoan Tran Cong Danh2019-11-111-1/+2
| * | | | | | sequencer: reencode squashing commit's messageDoan Tran Cong Danh2019-11-111-3/+5