[Ksummit-discuss] [ANNOUNCE] git-series: track changes to a patch series over time

Michael S. Tsirkin mst at redhat.com
Thu Aug 4 23:52:18 UTC 2016


On Fri, Jul 29, 2016 at 12:50:39AM -0700, Josh Triplett wrote:
> I'd welcome any feedback, whether on the interface and workflow, the
> internals and collaboration, ideas on presenting diffs of patch series,
> or anything else.

Hi Josh!
A couple of ideas, I hope these will be helpful:

I often need to move series between unrelated trees.
I sometimes use cherry-pick for that (if they are from my tree)
or am (if not).

How about "git series am" - get patch series from email,
including a cover letter, and create a series from that?

And how about "git series cherry-pick" - to apply
series to the current head?

Kind of going in the reverse direction from git series format.

-- 
MST


More information about the Ksummit-discuss mailing list