]> git.feebdaed.xyz Git - 0xmirror/git.git/commit
t6429: update comment to mention correct tool
authorElijah Newren <newren@gmail.com>
Mon, 3 Nov 2025 18:01:46 +0000 (18:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Nov 2025 22:08:08 +0000 (14:08 -0800)
commitffe702b3edf85aa924d685a8603205d47e94e851
tree4ac3c255c409cfe34ac793a6959a90ae83f23304
parentbb5c624209fcaebd60b9572b2cc8c61086e39b57
t6429: update comment to mention correct tool

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 bona fide built-in, but perhaps the explanation about why it focuses
on git replay is still useful.  Update the comment to make it accurate
again.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6429-merge-sequence-rename-caching.sh