summaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Merge branch 'en/sequencer-lose-pretty-given'Junio C Hamano1-1/+0
2026-08-12sequencer: release the ODB before spawning git commitJohannes Schindelin1-0/+1
2026-08-12sequencer: remove unnecessary variable settingElijah Newren1-1/+0
2026-08-05Merge branch 'pw/rebase-fixup-fixes'Junio C Hamano1-5/+26
2026-07-27Merge branch 'pw/rebase-drop-notes-with-commit'Junio C Hamano1-32/+92
2026-07-26rebase: remember fixup -c after skipping fixup/squashPhillip Wood1-4/+16
2026-07-26rebase -i: fix counting of fixups after rebase --skipPhillip Wood1-1/+10
2026-07-16copy: drop dependency on `the_repository`Patrick Steinhardt1-3/+3
2026-07-15Merge branch 'ps/history-drop'Junio C Hamano1-6/+11
2026-07-15sequencer: do not record dropped commits as rewrittenPhillip Wood1-5/+19
2026-07-15sequencer: use an enum to represent result of picking a commitPhillip Wood1-16/+45
2026-07-15sequencer: simplify pick_one_commit()Phillip Wood1-8/+11
2026-07-15sequencer: remove unnecessary condition in pick_one_commit()Phillip Wood1-1/+1
2026-07-15sequencer: simplify handling of fixup with conflictsPhillip Wood1-3/+1
2026-07-15sequencer: remove unnecessary "or" in pick_one_commit()Phillip Wood1-3/+2
2026-07-15sequencer: never reschedule on failed commitPhillip Wood1-0/+6
2026-07-15sequencer: be more careful with external mergePhillip Wood1-4/+15
2026-07-06Merge branch 'pw/status-rebase-todo'Junio C Hamano1-12/+27
2026-07-03reset: introduce ability to skip updating HEADPatrick Steinhardt1-1/+3
2026-07-01reset: modernize flags passed to `reset_working_tree()`Patrick Steinhardt1-3/+6
2026-07-01reset: rename `reset_head()`Patrick Steinhardt1-4/+4
2026-06-23sequencer: factor out parsing of todo commandsPhillip Wood1-12/+27
2026-06-09Merge branch 'rs/strbuf-add-oid-hex'Junio C Hamano1-2/+2
2026-05-25Merge branch 'ag/sequencer-remove-unused-struct-member'Junio C Hamano1-2/+0
2026-05-19Merge branch 'ag/rebase-update-refs-limit-to-branches'Junio C Hamano1-1/+7
2026-05-14hex: add and use strbuf_add_oid_hex()René Scharfe1-2/+2
2026-05-12sequencer: remove todo_add_branch_context.commitAbhinav Gupta1-2/+0
2026-05-11rebase: ignore non-branch update-refsAbhinav Gupta1-1/+7
2026-04-29checkout -m: autostash when switching branchesHarald Nordgren1-5/+9
2026-04-29sequencer: teach autostash apply to take optional conflict marker labelsHarald Nordgren1-9/+29
2026-04-29sequencer: allow create_autostash to run silentlyHarald Nordgren1-6/+11
2026-04-03Merge branch 'sa/replay-revert'Junio C Hamano1-32/+46
2026-03-25sequencer: extract revert message formatting into shared functionSiddharth Asthana1-32/+46
2026-03-19Merge branch 'lc/rebase-trailer'Junio C Hamano1-2/+50
2026-03-09Merge branch 'ar/run-command-hook-take-2'Junio C Hamano1-17/+25
2026-03-06rebase: support --trailerLi Chen1-2/+50
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano1-10/+10
2026-01-28hook: convert 'post-rewrite' hook in sequencer.c to hook APIEmily Shaffer1-17/+25
2026-01-21Merge branch 'rs/tree-wo-the-repository'Junio C Hamano1-2/+2
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano1-25/+17
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-8/+8
2026-01-15commit: rename `reverse_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-1/+1
2026-01-15commit: rename `copy_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-1/+1
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe1-2/+2
2025-12-28hook: convert 'post-rewrite' hook in sequencer.c to hook APIEmily Shaffer1-17/+25
2025-09-29Merge branch 'jk/setup-revisions-freefix'Junio C Hamano1-3/+4
2025-09-29Merge branch 'pw/rebase-i-cleanup-fix'Junio C Hamano1-12/+0
2025-09-22treewide: pass strvecs around for setup_revisions_from_strvec()Jeff King1-3/+4
2025-09-18sequencer: remove VERBATIM_MSG flagPhillip Wood1-11/+0
2025-09-18rebase -i: respect commit.cleanup when picking fixupsPhillip Wood1-1/+0