Merge branch 'sc/fmt-merge-msg-doc-markup-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 Nov 2016 21:27:59 +0000 (13:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Nov 2016 21:28:00 +0000 (13:28 -0800)
Documentation fix.

* sc/fmt-merge-msg-doc-markup-fix:
Documentation/fmt-merge-msg: fix markup in example

Documentation/git-fmt-merge-msg.txt
index 6526b178e87f9cbf1c2032bd63023295cf1d190e..44892c447e79f1d06435357b30f4ddbbb465e5f1 100644 (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.