diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-29 17:01:30 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-29 20:23:58 +0200 |
commit | ffc9e4680c1634fd7f2e088889c9ffbd43f4968c (patch) | |
tree | 2020b44fd172ad8d794f9e32245729521b1e416f /docs | |
parent | b8d5182b93289e42a5e86180f1c2f60da603b8a1 (diff) | |
download | buildroot-ffc9e4680c1634fd7f2e088889c9ffbd43f4968c.tar.gz buildroot-ffc9e4680c1634fd7f2e088889c9ffbd43f4968c.zip |
docs/manual: add sob line for patch series
The -s is missing in the documentation when teaching how to use 'git
format-patch' to automatically add the sob line.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/contribute.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt index 12e7f98bf6..b7e89444b7 100644 --- a/docs/manual/contribute.txt +++ b/docs/manual/contribute.txt @@ -272,7 +272,7 @@ This can be easily handled with +git format-patch+ by using the option --------------------- $ git format-patch --subject-prefix "PATCH v4" \ - -M -o outgoing origin/master + -M -s -o outgoing origin/master --------------------- [[reporting-bugs]] |