Commit ffc9e468 authored by Waldemar Brodkorb's avatar Waldemar Brodkorb Committed by Thomas Petazzoni
Browse files

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: default avatarWaldemar Brodkorb <wbx@openadk.org>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent b8d5182b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]]