Skip to content

Commit 13d4e6f

Browse files
Sergei Organovgitster
authored andcommitted
SubmittingPatches: improve the 'Patch:' section of the checklist
There were 2 items "send patch to..." but having different set of addresses to send patch to. Merge them together and move the resulting item to the end of checklist. Signed-off-by: Sergei Organov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9126425 commit 13d4e6f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Documentation/SubmittingPatches

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ Checklist (and a short version for the impatient):
2020
Patch:
2121

2222
- use "git format-patch -M" to create the patch
23-
- send your patch to <[email protected]>. If you use
24-
git-send-email(1), please test it first by sending
25-
email to yourself.
2623
- do not PGP sign your patch
2724
- do not attach your patch, but read in the mail
2825
body, unless you cannot teach your mailer to
@@ -31,13 +28,15 @@ Checklist (and a short version for the impatient):
3128
corrupt whitespaces.
3229
- provide additional information (which is unsuitable for
3330
the commit message) between the "---" and the diffstat
34-
- send the patch to the list ([email protected]) and the
35-
maintainer ([email protected]).
3631
- if you change, add, or remove a command line option or
3732
make some other user interface change, the associated
3833
documentation should be updated as well.
3934
- if your name is not writable in ASCII, make sure that
4035
you send off a message in the correct encoding.
36+
- send the patch to the list ([email protected]) and the
37+
maintainer ([email protected]). If you use
38+
git-send-email(1), please test it first by sending
39+
email to yourself.
4140

4241
Long version:
4342

0 commit comments

Comments
 (0)