Lines Matching full:series
78 line ``Based-on: $MESSAGE_ID`` to your cover letter to make the series
86 Split up longer patches into a patch series of logical code changes.
93 last, so that someone reading the series can do a clean-room evaluation
106 If a series requires large blocks of code motion, there are tricks for
107 making the refactoring easier to review. Split up the series so that
207 work with a full build before submitting a series, especially if your
215 your series fixes. Keeping separate commits for the test and the fix
217 the problem, then again to place it last in the series so that
244 <https://github.com/stefanha/git-publish>`__ to send series.
254 Each time you post a series, git-publish will create a local tag with the format
255 ``<branchname>-v<version>`` to record the patch series.
323 such as 'git-email' on Fedora-based systems.) Patch series need a cover
324 letter, with shallow threading (all patches in the series are
356 This is a requirement for any series with multiple patches (as it aids
358 letter explains the overall goal of such a series, and also provides a
359 convenient 0/N email for others to reply to the series as a whole. A
366 series, because they do not have enough context yet at that point of
367 their review. A series where the goal is unclear also risks a higher
372 entire series; potential reviewers know what files they are interested
373 in, and they need an easy way determine if your series touches them.
388 been accepted, so the QEMU patch series is blocked until that
417 Retrieve an existing series
420 If you want to apply an existing series on top of your tree, you can simply use
427 The message id is related to the patch series that has been sent to the mailing
429 of them can be used and b4 will apply the whole series.
435 process before they are accepted. This will often mean a series will
480 effort; repeatedly submitting a series without addressing all comments
491 patch series** not just the one patch that was changed. This allows
492 maintainers to easily apply the fixed series without having to manually
494 fresh email or series of emails -- don't try to make it a followup to
506 patch need not say "v1", just [PATCH] is sufficient.) For patch series,
507 the version applies to the whole series -- even if you only change one
508 patch, you resend the entire series and mark it as "v2". Don't try to
509 track versions of different patches in the series separately. `git
548 When reviewing a large series, a reviewer can reply to some of the