aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/replay.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt13 hours1-5/+9
* builtin: stop using `the_index`Patrick Steinhardt2024-04-181-1/+0
* replay: stop assuming replayed branches do not divergeElijah Newren2023-11-261-10/+34
* replay: add --contained to rebase contained branchesElijah Newren2023-11-261-2/+12
* replay: add --advance or 'cherry-pick' modeElijah Newren2023-11-261-9/+176
* replay: use standard revision rangesElijah Newren2023-11-261-17/+4
* replay: make it a minimal server side commandElijah Newren2023-11-261-52/+26
* replay: remove HEAD related sanity checkElijah Newren2023-11-261-7/+1
* replay: remove progress and info outputElijah Newren2023-11-261-6/+1
* replay: add an important FIXME comment about gpg signingElijah Newren2023-11-261-1/+1
* replay: change rev walking optionsElijah Newren2023-11-261-7/+41
* replay: introduce pick_regular_commit()Elijah Newren2023-11-261-20/+34
* replay: die() instead of failing assert()Elijah Newren2023-11-261-1/+6
* replay: start using parse_options APIElijah Newren2023-11-261-13/+32
* replay: introduce new builtinElijah Newren2023-11-261-0/+223