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

From: Stefan Beller
Date: Fri Jul 29 2016 - 12:59:15 EST


On Fri, Jul 29, 2016 at 5:44 AM, Richard Ipsum
<richard.ipsum@xxxxxxxxxxxxxxx> wrote:
>>
>> These definitely seem like a family of related problems. I'd like to
>> use git-series as a format for storing iterations on things like GitHub
>> pull-requests or Gerrit patch versions (in the latter case, overcoming
>> Gerrit's limitations on only handling one patch at a time). Integrating
>> reviews with that seems helpful.
>
> Worth noting here that Gerrit's one patch per change format isn't
> intrinsic to Notedb, since we just need to track the sha we want
> to merge and optionally the branch we intend to merge into.

Note that Gerrit started to lose the "one patch at a time" notion.
It is possible to at least submit multiple changes coupled together
(even across project boundaries) via the topic. Some sort of cover
letter is missing though, that could be used e.g. for the merge commit.