Re: [PATCH v6 3/3] rebase: add a config option for --rebase-merges
From: Alex Henrie <hidden>
Date: 2023-03-12 21:04:35
From: Alex Henrie <hidden>
Date: 2023-03-12 21:04:35
On Tue, Mar 7, 2023 at 5:02 PM Glen Choo [off-list ref] wrote:
Alex Henrie [off-list ref] writes:
quoted
+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@gmail.com/ (local) 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