File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,15 @@ People on the Git mailing list need to be able to read and
126126comment on the changes you are submitting. It is important for
127127a developer to be able to "quote" your changes, using standard
128128e-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
131138Signed-off-by line) is not writable in ASCII, make sure that
132139you send off a message in the correct encoding.
133140
You can’t perform that action at this time.
0 commit comments