summaryrefslogtreecommitdiffstats
path: root/sequencer.c
AgeCommit message (Expand)AuthorLines
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano-3/+0
2024-02-08Merge branch 'la/trailer-cleanups' into maint-2.43Junio C Hamano-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-3/+0
2023-12-20trailer: use offsets for trailer_start/trailer_endLinus Arver-1/+1
2023-12-09sequencer: simplify away extra git_config_string() callJeff King-13/+8
2023-09-20Merge branch 'ob/sequencer-remove-dead-code'Junio C Hamano-4/+0
2023-09-14Merge branch 'pw/rebase-i-after-failure'Junio C Hamano-83/+99
2023-09-14Merge branch 'ob/revert-of-revert-is-reapply'Junio C Hamano-0/+11
2023-09-13Merge branch 'ob/sequencer-reword-error-message'Junio C Hamano-1/+1
2023-09-12sequencer: remove unreachable exit condition in pick_commits()Oswald Buddenhagen-4/+0
2023-09-07Merge branch 'jk/unused-post-2.42'Junio C Hamano-13/+14
2023-09-06rebase -i: fix adding failed command to the todo listPhillip Wood-6/+6
2023-09-06rebase --continue: refuse to commit after failed commandPhillip Wood-0/+5
2023-09-06rebase: fix rewritten list for failed pickPhillip Wood-12/+7
2023-09-06sequencer: factor out part of pick_commits()Phillip Wood-61/+71
2023-09-06sequencer: use rebase_path_message()Phillip Wood-5/+2
2023-09-06rebase -i: remove patch file after conflict resolutionPhillip Wood-4/+12
2023-09-06rebase -i: move unlink() callsPhillip Wood-3/+4
2023-09-05sequencer: fix error message on failure to copy SQUASH_MSGOswald Buddenhagen-1/+1
2023-09-02sequencer: beautify subject of reverts of revertsOswald Buddenhagen-0/+11
2023-08-31Merge branch 'ob/sequencer-empty-hint-fix'Junio C Hamano-1/+1
2023-08-29sequencer: mark repository argument as unusedJeff King-1/+1
2023-08-29sequencer: use repository parameter in short_commit_name()Jeff King-12/+13
2023-08-24Merge branch 'mp/rebase-label-length-limit'Junio C Hamano-6/+41
2023-08-24Merge branch 'ob/sequencer-rearrange-cleanup'Junio C Hamano-4/+5
2023-08-24sequencer: rectify empty hint in call of require_clean_work_tree()Oswald Buddenhagen-1/+1
2023-08-10rebase: allow overriding the maximal length of the generated labelsJohannes Schindelin-2/+6
2023-08-10sequencer: truncate labels to accommodate loose refsMark Ruvald Pedersen-5/+36
2023-08-09Merge branch 'pw/rebase-skip-commit-message-fix'Junio C Hamano-7/+19
2023-08-09sequencer: simplify allocation of result array in todo_list_rearrange_squash()Oswald Buddenhagen-4/+5
2023-08-03rebase --skip: fix commit message clean up when skipping squashPhillip Wood-7/+19
2023-08-02Merge branch 'ah/sequencer-rewrite-todo-fix'Junio C Hamano-1/+1
2023-07-24sequencer: finish parsing the todo list despite an invalid first lineAlex Henrie-1/+1
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano-2/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano-13/+16
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano-9/+15
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-06-28config: pass kvi to die_bad_number()Glen Choo-11/+11
2023-06-28config: add ctx arg to config_fn_tGlen Choo-3/+6
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-1/+1
2023-06-21merge.h: move declarations for merge.c from cache.hElijah Newren-0/+1
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren-0/+1
2023-06-12strbuf: remove global variableCalvin Wan-9/+15
2023-05-20Merge branch 'js/rebase-count-fixes'Junio C Hamano-5/+8
2023-05-14rebase -r: fix the total number shown in the progressJohannes Schindelin-3/+6
2023-05-14rebase --update-refs: fix loopsJohannes Schindelin-2/+2
2023-05-09Merge branch 'ob/messages-capitalize-exception'Junio C Hamano-2/+2