diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-03-06 11:07:33 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-06 18:27:24 +0100 |
commit | 9b556772b62d61b6a19594cff7796b46a94e70e2 (patch) | |
tree | b9927e34b532ea19d91b000791b18a701204b237 | |
parent | 1133097cb2b17e36cb203c1f4480af95f7f47c91 (diff) | |
download | buildroot-9b556772b62d61b6a19594cff7796b46a94e70e2.tar.gz buildroot-9b556772b62d61b6a19594cff7796b46a94e70e2.zip |
manual: contributing: don't recommend leaving out changelog from patches
Currently, the manual states that if you send a series and include a
changelog in the introduction mail (0 of x), it is not necessary to include
a changelog on the individual patches.
This is not always convenient: for large patch series it requires going back
to the introduction mail when opening each patch, to understand what
changed.
This patch rewords the paragraph accordingly.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | docs/manual/contribute.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt index a5ae2dbc3f..fb22bfb15a 100644 --- a/docs/manual/contribute.txt +++ b/docs/manual/contribute.txt @@ -228,8 +228,8 @@ Patch revision changelog When improvements are requested, the new revision of each commit should include a changelog of the modifications between each submission. Note that when your patch series is introduced by a cover -letter, the changelog may be added in the cover letter rather than in -the individual commits. +letter, an overall changelog may be added to the cover letter in +addition to the changelog in the individual commits. When added to the individual commits, this changelog is added when editing the commit message. Below the +Signed-off-by+ section, add |