Skip to content

Commit

Permalink
Merge branch 'rs/doc-submitting-patches' into maint
Browse files Browse the repository at this point in the history
* rs/doc-submitting-patches:
  SubmittingPatches: document how to handle multiple patches
  • Loading branch information
gitster committed Dec 17, 2013
2 parents 5169f5a + eaa6c98 commit 59f3e3f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Documentation/SubmittingPatches
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,15 @@ People on the Git mailing list need to be able to read and
comment on the changes you are submitting. It is important for
a developer to be able to "quote" your changes, using standard
e-mail tools, so that they may comment on specific portions of
your code. For this reason, all patches should be submitted
"inline". If your log message (including your name on the
your code. For this reason, each patch should be submitted
"inline" in a separate message.

Multiple related patches should be grouped into their own e-mail
thread to help readers find all parts of the series. To that end,
send them as replies to either an additional "cover letter" message
(see below), the first patch, or the respective preceding patch.

If your log message (including your name on the
Signed-off-by line) is not writable in ASCII, make sure that
you send off a message in the correct encoding.

Expand Down

0 comments on commit 59f3e3f

Please sign in to comment.