Skip to content

Commit eaa6c98

Browse files
rscharfegitster
authored andcommitted
SubmittingPatches: document how to handle multiple patches
Signed-off-by: Rene Scharfe <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 69490f3 commit eaa6c98

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
@@ -126,8 +126,15 @@ People on the Git mailing list need to be able to read and
126126
comment on the changes you are submitting. It is important for
127127
a developer to be able to "quote" your changes, using standard
128128
e-mail tools, so that they may comment on specific portions of
129-
your code. For this reason, all patches should be submitted
130-
"inline". If your log message (including your name on the
129+
your code. For this reason, each patch should be submitted
130+
"inline" in a separate message.
131+
132+
Multiple related patches should be grouped into their own e-mail
133+
thread to help readers find all parts of the series. To that end,
134+
send them as replies to either an additional "cover letter" message
135+
(see below), the first patch, or the respective preceding patch.
136+
137+
If your log message (including your name on the
131138
Signed-off-by line) is not writable in ASCII, make sure that
132139
you send off a message in the correct encoding.
133140

0 commit comments

Comments
 (0)