summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorStefan Christ <contact@stefanchrist.eu>2016-10-28 10:01:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-10-28 12:51:51 (GMT)
commit4259d693fc09c8aaaf93269a6ecaa6185e0a9999 (patch)
tree60001fe6d0e7673c537e7b6a2e950262aed1e26e /Documentation
parent0b65a8dbdb38962e700ee16776a3042beb489060 (diff)
downloadgit-4259d693fc09c8aaaf93269a6ecaa6185e0a9999.zip
git-4259d693fc09c8aaaf93269a6ecaa6185e0a9999.tar.gz
git-4259d693fc09c8aaaf93269a6ecaa6185e0a9999.tar.bz2
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-fmt-merge-msg.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-fmt-merge-msg.txt b/Documentation/git-fmt-merge-msg.txt
index 6526b17..44892c4 100644
--- a/Documentation/git-fmt-merge-msg.txt
+++ b/Documentation/git-fmt-merge-msg.txt
@@ -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.