summaryrefslogtreecommitdiff
path: root/replay.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-07Merge branch 'kh/free-commit-list'Junio C Hamano1-1/+1
2026-05-29*: replace deprecated free_commit_listKristoffer Haugsbakk1-1/+1
2026-04-27replay: allow callers to control what happens with empty commitsPatrick Steinhardt1-5/+24
2026-04-08Merge branch 'tc/replay-ref'Junio C Hamano1-8/+27
2026-04-06Merge branch 'tc/replay-down-to-root'Junio C Hamano1-10/+17
2026-04-03Merge branch 'sa/replay-revert'Junio C Hamano1-41/+116
2026-04-01replay: allow to specify a ref with option --refToon Claes1-8/+27
2026-03-25Merge branch 'sa/replay-revert' into tc/replay-refJunio C Hamano1-41/+116
2026-03-25replay: add --revert mode to reverse commit changesSiddharth Asthana1-41/+116
2026-03-24replay: support replaying down from root commitToon Claes1-10/+17
2026-02-21replay: prevent the_repository from coming backElijah Newren1-0/+6
2026-01-13replay: drop commits that become emptyPhillip Wood1-3/+7
2026-01-13replay: support updating detached HEADPatrick Steinhardt1-14/+33
2026-01-13replay: support empty commit rangesPatrick Steinhardt1-2/+3
2026-01-13replay: small set of cleanupsPatrick Steinhardt1-7/+4
2026-01-13builtin/replay: move core logic into "libgit.a"Patrick Steinhardt1-0/+354