On Tue, Dec 24, 2019 at 3:44 PM Gregory Nutt <spudan...@gmail.com> wrote: > Many branches would be awkward on patch sets that consist of a dozen or > so individual patches that cannot be squashed together because they have > different authors. We get lots of large patch sets from Xiaomi like > that. To make things more complex, there is an ordering in which the > patches must be apply. A given patch may not apply until a preceding > patch by a different author is first merged.
If they are related / dependent on each other, then I think those kinds of patchsets should be encapsulated in one branch. Nathan