On Tue, Mar 7, 2023 at 5:02 PM Glen Choo <chooglen@xxxxxxxxxx> wrote: > > Alex Henrie <alexhenrie24@xxxxxxxxx> writes: > > +test_expect_success '--rebase-merges="" is deprecated' ' > > + git rebase --rebase-merges="" HEAD^ 2>actual && > > + grep deprecated actual > > +' > > I believe this used to be on 2/3, i.e. > > https://lore.kernel.org/git/20230225180325.796624-3-alexhenrie24@xxxxxxxxx/ > > but your cover letter suggests that it was removed. Mechanical error? I removed it from the second patch but accidentally added it back in the third patch. Thanks for catching that. -Alex