1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-10 00:36:35 +02:00

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>
This commit is contained in:
Stefan Christ 2016-10-28 12:01:26 +02:00 committed by Junio C Hamano
parent 0b65a8dbdb
commit 4259d693fc

View File

@ -60,10 +60,10 @@ merge.summary::
EXAMPLE
-------
--
---------
$ git fetch origin master
$ git fmt-merge-msg --log <$GIT_DIR/FETCH_HEAD
--
---------
Print a log message describing a merge of the "master" branch from
the "origin" remote.