Skip to content

Commit 59f3e3f

Browse files
committed
Merge branch 'rs/doc-submitting-patches' into maint
* rs/doc-submitting-patches: SubmittingPatches: document how to handle multiple patches
2 parents 5169f5a + eaa6c98 commit 59f3e3f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Documentation/SubmittingPatches

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,15 @@ People on the Git mailing list need to be able to read and
139139
comment on the changes you are submitting. It is important for
140140
a developer to be able to "quote" your changes, using standard
141141
e-mail tools, so that they may comment on specific portions of
142-
your code. For this reason, all patches should be submitted
143-
"inline". If your log message (including your name on the
142+
your code. For this reason, each patch should be submitted
143+
"inline" in a separate message.
144+
145+
Multiple related patches should be grouped into their own e-mail
146+
thread to help readers find all parts of the series. To that end,
147+
send them as replies to either an additional "cover letter" message
148+
(see below), the first patch, or the respective preceding patch.
149+
150+
If your log message (including your name on the
144151
Signed-off-by line) is not writable in ASCII, make sure that
145152
you send off a message in the correct encoding.
146153

0 commit comments

Comments
 (0)