Documentation/fmt-merge-msg: fix markup in example

Use at least 4 delimiting dashes that are required for ListingBlock to get this block rendered as verbatim text. Signed-off-by: Stefan Christ <contact@stefanchrist.eu> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Stefan Christ committed Oct 28, 2016 at 12:01 UTC 4259d693fc09c8aaaf93269a6ecaa6185e0a9999
1 file changed +2 -2
Documentation/git-fmt-merge-msg.txt
+2 -2
@@ -60,10 +60,10 @@ merge.summary::
60 EXAMPLE
61 -------
62
63 ---
63 +---------
64 $ git fetch origin master
65 $ git fmt-merge-msg --log <$GIT_DIR/FETCH_HEAD
66 ---
66 +---------
67
68 Print a log message describing a merge of the "master" branch from
69 the "origin" remote.