]> git.ipfire.org Git - thirdparty/git.git/commit
MyFirstContribution: add "Anatomy of a Patch Series" section
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Thu, 12 May 2022 23:43:33 +0000 (23:43 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 May 2022 01:09:59 +0000 (18:09 -0700)
commit489ef3ba57e4114c0e6c98cc71a038fdefa92527
treedc9e3c63bd67fbb9198b7ce7566600ded53df627
parent6cd33dceed60949e2dbc32e3f0f5e67c4c882e1e
MyFirstContribution: add "Anatomy of a Patch Series" section

Before describing how to send patches to the mailing list either with
GitGitGadget or 'git send-email', the MyFirstContribution tutorial
includes a small "Getting Ready to Share" section where the two
different methods are briefly introduced.

Use this section to also describe what a patch series looks like once
submitted, so that readers get an understanding of the end result before
diving into how to accomplish that end result.

Start by copying the "thread overview" section of a recent contribution
from the public-inbox web UI and explaining how each commit is a
separate mail, and point out the cover letter.

Subsequent commits will move the existing description of the purpose of
the cover letter from the 'git send-email' section to this "anatomy"
section.

Also, change the wording in the introductory paragraph to use
"contributions" instead of "patches", since this makes more sense when
talking about GitHub pull requests.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/MyFirstContribution.txt