summaryrefslogtreecommitdiff
path: root/Documentation/internals
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2017-01-04 13:58:00 -0800
committerJoe Stringer <joe@ovn.org>2017-01-05 18:10:35 -0800
commit0fb03722ff902171ba0e1bd7f36915f52a41b7ea (patch)
tree18204a6f3ae5704ee29ca52682f7a6e2b6e05283 /Documentation/internals
parent8c019a415870c7882a8ac47a40c7f8770b972df5 (diff)
downloadopenvswitch-0fb03722ff902171ba0e1bd7f36915f52a41b7ea.tar.gz
docs: Fix formatting of patch comments line.
Sphinx was formatting the `---` as an extended dash, not verbatim as three hyphens (which is what is necessary for git to determine that it's a comment, and ignore it when applying the patch). Signed-off-by: Joe Stringer <joe@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org> Acked-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'Documentation/internals')
-rw-r--r--Documentation/internals/contributing/submitting-patches.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/internals/contributing/submitting-patches.rst b/Documentation/internals/contributing/submitting-patches.rst
index 36e3b1795..edbc1aa8d 100644
--- a/Documentation/internals/contributing/submitting-patches.rst
+++ b/Documentation/internals/contributing/submitting-patches.rst
@@ -384,7 +384,7 @@ Comments
If you want to include any comments in your email that should not be part of
the commit's change log message, put them after the description, separated by a
-line that contains just `---`. It may be helpful to include a diffstat here
+line that contains just ``---``. It may be helpful to include a diffstat here
for changes that touch multiple files.
Patch