diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-11-19 13:48:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-19 13:48:01 -0800 |
commit | ca0107e279df1465946970113d68b4ee26ffbcc4 (patch) | |
tree | 4be3f36a1cc7b1fc1cf55c8d7a34686a2e3d63b0 | |
parent | eeb92d7e60d64c55cb6c766158dd078c905c95e0 (diff) | |
parent | faa8fac1ec03a5ac2b69ee686651a92d65d542c0 (diff) | |
download | git-ca0107e279df1465946970113d68b4ee26ffbcc4.tar.gz |
Merge branch 'sv/submitting-final-patch'
* sv/submitting-final-patch:
SubmittingPatches: final submission is To: maintainer and CC: list
-rw-r--r-- | Documentation/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index e6d46edbe7..fa71b5f0b6 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -337,7 +337,7 @@ suggests to the contributors: spend their time to improve your patch. Go back to step (2). (4) The list forms consensus that the last round of your patch is - good. Send it to the list and cc the maintainer. + good. Send it to the maintainer and cc the list. (5) A topic branch is created with the patch and is merged to 'next', and cooked further and eventually graduates to 'master'. |