summaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)AuthorFilesLines
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
2025-08-21Merge branch 'js/rebase-i-allow-drop-on-a-merge'Junio C Hamano1-0/+1
2025-08-06rebase -i: permit 'drop' of a merge commitJohannes Sixt1-0/+1
2025-07-23config: drop `git_config_set_multivar_in_file_gently()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt1-14/+14
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-4/+3
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-3/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-06-03sequencer: replace error() with BUG() in update_squash_messages ()Lidong Yan1-2/+4
2025-05-27Merge branch 'en/sequencer-comment-messages'Junio C Hamano1-5/+11
2025-05-27Merge branch 'js/misc-fixes'Junio C Hamano1-3/+6
2025-05-27Merge branch 'ly/sequencer-rearrange-leakfix'Junio C Hamano1-3/+5
2025-05-19Merge branch 'jk/oidmap-cleanup'Junio C Hamano1-2/+2
2025-05-19Merge branch 'pw/sequencer-reflog-use-after-free'Junio C Hamano1-59/+57
2025-05-16sequencer: make it clearer that commit descriptions are just commentsElijah Newren1-5/+11
2025-05-15sequencer: fix memory leak if `todo_list_rearrange_squash()` failedLidong Yan1-3/+5
2025-05-15sequencer: stop pretending that an assignment is a conditionJohannes Schindelin1-3/+6
2025-05-12oidmap: rename oidmap_free() to oidmap_clear()Jeff King1-2/+2
2025-05-09sequencer: rework reflog message handlingPhillip Wood1-26/+24
2025-05-09sequencer: move reflog message functionsPhillip Wood1-33/+33