Hi Christian, It is a bit surprising to see the manual page added in _this_ patch, in the middle of the series... I can live with it, though. On Thu, 7 Sep 2023, Christian Couder wrote: > diff --git a/Documentation/git-replay.txt b/Documentation/git-replay.txt > new file mode 100644 > index 0000000000..9a2087b01a > --- /dev/null > +++ b/Documentation/git-replay.txt > @@ -0,0 +1,90 @@ > +git-replay(1) > +============= > + > +NAME > +---- > +git-replay - Replay commits on a different base, without touching working tree > + > + > +SYNOPSIS > +-------- > +[verse] > +'git replay' --onto <newbase> <revision-range>... We need to make it clear here, already in the SYNOPSIS, that this is experimental. Let's add an `(EXPERIMENTAL!)` prefix here. > [...] > diff --git a/t/t3650-replay-basics.sh b/t/t3650-replay-basics.sh > new file mode 100755 Just like the manual page, I would have expected this test to be introduced earlier, and not piggy-backed onto one of the handful "let's turn fast-rebase into replay" patches. Ciao, Johannes