summaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-23/+25
2024-04-05Merge branch 'rs/config-comment'Junio C Hamano1-15/+15
2024-04-03Merge branch 'bl/cherry-pick-empty'Junio C Hamano1-30/+40
2024-04-01Merge branch 'pb/advice-merge-conflict'Junio C Hamano1-15/+18
2024-03-25cherry-pick: add `--empty` for more robust redundant commit handlingBrian Lyles1-0/+6
2024-03-25sequencer: do not require `allow_empty` for redundant commit optionsBrian Lyles1-16/+7
2024-03-25sequencer: handle unborn branch with `--allow-empty`Brian Lyles1-14/+27
2024-03-18Merge branch 'pw/rebase-i-ignore-cherry-pick-help-environment'Junio C Hamano1-1/+13
2024-03-18sequencer: allow disabling conflict advicePhilippe Blain1-15/+18
2024-03-15config: add --comment option to add a commentRalph Seichter1-14/+14
2024-03-14Merge branch 'la/trailer-api'Junio C Hamano1-1/+1
2024-03-12sequencer: handle multi-byte comment characters when writing todo listJeff King1-1/+3
2024-03-12find multi-byte comment chars in unterminated buffersJeff King1-2/+2
2024-03-12find multi-byte comment chars in NUL-terminated stringsJeff King1-1/+1
2024-03-12prefer comment_line_str to comment_line_char for printingJeff King1-10/+10
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King1-4/+4
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King1-2/+2
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King1-3/+3
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano1-2/+6
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano1-0/+4
2024-03-01trailer_info_get(): reorder parametersLinus Arver1-1/+1
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin1-2/+6
2024-02-27rebase -i: stop setting GIT_CHERRY_PICK_HELPPhillip Wood1-1/+13
2024-02-23Always check `parse_tree*()`'s return valueJohannes Schindelin1-0/+4
2024-02-14Merge branch 'vn/rebase-with-cherry-pick-authorship'Junio C Hamano1-0/+1
2024-02-08sequencer: unset GIT_CHERRY_PICK_HELP for 'exec' commandsVegard Nossum1-0/+1
2024-01-19sequencer: introduce functions to handle autostashes via refsPatrick Steinhardt1-5/+61
2024-01-19refs: convert AUTO_MERGE to become a normal pseudo-refPatrick Steinhardt1-4/+8
2024-01-19sequencer: delete REBASE_HEAD in correct repo when picking commitsPatrick Steinhardt1-1/+2
2024-01-19sequencer: clean up pseudo refs with REF_NO_DEREFPatrick Steinhardt1-7/+7
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-3/+0
2024-01-02Merge branch 'la/trailer-cleanups'Junio C Hamano1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-3/+0
2023-12-20trailer: use offsets for trailer_start/trailer_endLinus Arver1-1/+1
2023-12-09sequencer: simplify away extra git_config_string() callJeff King1-13/+8
2023-09-20Merge branch 'ob/sequencer-remove-dead-code'Junio C Hamano1-4/+0
2023-09-14Merge branch 'pw/rebase-i-after-failure'Junio C Hamano1-83/+99
2023-09-14Merge branch 'ob/revert-of-revert-is-reapply'Junio C Hamano1-0/+11
2023-09-13Merge branch 'ob/sequencer-reword-error-message'Junio C Hamano1-1/+1
2023-09-12sequencer: remove unreachable exit condition in pick_commits()Oswald Buddenhagen1-4/+0
2023-09-07Merge branch 'jk/unused-post-2.42'Junio C Hamano1-13/+14
2023-09-06rebase -i: fix adding failed command to the todo listPhillip Wood1-6/+6
2023-09-06rebase --continue: refuse to commit after failed commandPhillip Wood1-0/+5
2023-09-06rebase: fix rewritten list for failed pickPhillip Wood1-12/+7
2023-09-06sequencer: factor out part of pick_commits()Phillip Wood1-61/+71
2023-09-06sequencer: use rebase_path_message()Phillip Wood1-5/+2
2023-09-06rebase -i: remove patch file after conflict resolutionPhillip Wood1-4/+12
2023-09-06rebase -i: move unlink() callsPhillip Wood1-3/+4
2023-09-05sequencer: fix error message on failure to copy SQUASH_MSGOswald Buddenhagen1-1/+1
2023-09-02sequencer: beautify subject of reverts of revertsOswald Buddenhagen1-0/+11