| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-05 | replay: add replay.refAction config option | Siddharth Asthana | 1 | -4/+20 |
| 2025-11-05 | replay: make atomic ref updates the default behavior | Siddharth Asthana | 1 | -10/+101 |
| 2025-11-05 | replay: use die_for_incompatible_opt2() for option validation | Siddharth Asthana | 1 | -3/+3 |
| 2025-06-05 | repo_logmsg_reencode: fix memory leak when use repo_logmsg_reencode () | Lidong Yan | 1 | -0/+1 |
| 2025-05-14 | replay: replace the_repository with repo parameter passed to cmd_replay () | Elijah Newren | 1 | -30/+35 |
| 2025-02-06 | parse-options: introduce die_for_incompatible_opt2() | Toon Claes | 1 | -3/+4 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -1/+3 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-08-14 | Merge branch 'ps/leakfixes-part-3' | Junio C Hamano | 1 | -6/+14 |
| 2024-08-01 | builtin/replay: plug leaking `advance_name` variable | Patrick Steinhardt | 1 | -6/+14 |
| 2024-07-13 | merge-recursive: honor diff.algorithm | Antonin Delpeuch | 1 | -1/+1 |
| 2024-06-11 | commit: fix leaking parents when calling `commit_tree_extended()` | Patrick Steinhardt | 1 | -5/+9 |
| 2024-04-18 | builtin: stop using `the_index` | Patrick Steinhardt | 1 | -1/+0 |
| 2023-11-26 | replay: stop assuming replayed branches do not diverge | Elijah Newren | 1 | -10/+34 |
| 2023-11-26 | replay: add --contained to rebase contained branches | Elijah Newren | 1 | -2/+12 |
| 2023-11-26 | replay: add --advance or 'cherry-pick' mode | Elijah Newren | 1 | -9/+176 |
| 2023-11-26 | replay: use standard revision ranges | Elijah Newren | 1 | -17/+4 |
| 2023-11-26 | replay: make it a minimal server side command | Elijah Newren | 1 | -52/+26 |
| 2023-11-26 | replay: remove HEAD related sanity check | Elijah Newren | 1 | -7/+1 |
| 2023-11-26 | replay: remove progress and info output | Elijah Newren | 1 | -6/+1 |
| 2023-11-26 | replay: add an important FIXME comment about gpg signing | Elijah Newren | 1 | -1/+1 |
| 2023-11-26 | replay: change rev walking options | Elijah Newren | 1 | -7/+41 |
| 2023-11-26 | replay: introduce pick_regular_commit() | Elijah Newren | 1 | -20/+34 |
| 2023-11-26 | replay: die() instead of failing assert() | Elijah Newren | 1 | -1/+6 |
| 2023-11-26 | replay: start using parse_options API | Elijah Newren | 1 | -13/+32 |
| 2023-11-26 | replay: introduce new builtin | Elijah Newren | 1 | -0/+223 |