Re: [PATCH RFC 0/2] review-tui: add a "cherry-pick + merge" take method

Konstantin Ryabitsev <[email protected]> Thu, 25 Jun 2026 14:36:32 -0400
Newsgroups org.kernel.linux.tools
Message-ID <20260625-liberal-centipede-of-finesse-7cffcd@meerkat>
On Thu, Jun 25, 2026 at 06:34:24PM +0000, Konstantin Ryabitsev wrote:
> > The review TUI's Take dialog can apply a series three ways: merge (a
> > cover-letter merge commit of the whole series), linear (git am onto the
> > target branch), or cherry-pick (pick a subset and git am it). It could
> > not do the combination a maintainer often wants: take a hand-picked
> > subset of a series *and* record it as a cover-letter merge commit -- the
> > equivalent of "b4 shazam -M -P".
> 
> I don't have any specific objections to this series, especially since it
> covers a workflow gap that is useful to you.

Forgot to add -- feel free to submit dropping the RFC and I'll take.

-K