From: Stefan Christ Date: Fri, 28 Oct 2016 10:01:26 +0000 (+0200) Subject: Documentation/fmt-merge-msg: fix markup in example X-Git-Tag: v2.11.0-rc0~2^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4259d693fc09c8aaaf93269a6ecaa6185e0a9999;p=git-core%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-fmt-merge-msg.txt b/Documentation/git-fmt-merge-msg.txt index 6526b178e..44892c447 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.