Artificial intelligent assistant

Can patches on different files be a part of a single patch series? Do patches on different files qualify as a patch series? I made 5 patches in total, 3 of which are changes to 3 different files, and 2 of which are changes to another single file. I assume that the 2 patches on the single file qualify as a series of patches, but my question is do all 5 patches qualify as a series of patches? Keep in mind that 2 of the patches make changes to a single file and the other 3 patches make changes to 3 different files. Thank you for reading this question

Yes, patches to different files can qualify as a patch series. Loosely defined, a patch series is a series of patches which should be applied one after the other; more precise definitions depend on the target project’s practices.

One common pattern for patch series is to add a new feature, possibly as several patches, then use it; the “define” versus “use” parts will often touch different files.

In most cases, I would use a patch _series_ to submit multiple patches which don’t make sense without each other. If individual patches are useful on their own, I would submit them individually. The general use for a patch series is to split up a complex change into multiple steps, in order to simplify review (whether the initial review, or “review“ when people look at the history).

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy d427e40adae506639d33c2f8de5a1c3b