On Fri, Nov 7, 2025 at 6:36 AM Kristoffer Haugsbakk
[off-list ref] wrote:
On Mon, Nov 3, 2025, at 19:01, Elijah Newren via GitGitGadget wrote:
quoted
From: Elijah Newren <redacted>
A comment at the top of t6429 mentions why the test doesn't exercise git
rebase or git cherry-pick. However, it claims that it uses `test-tool
fast-rebase`. That was true when the comment was written, but commit
f920b0289ba3 (replay: introduce new builtin, 2023-11-24) changed it to
use git replay without updating this comment.
We could potentially just strike this second comment, since git replay
is a bonified built-in, but perhaps the explanation about why it focuses
s/bonified/bona fide/ ?
Yep, good catch. Got it fixed locally; will wait to see if any other
feedback comes in.