Browse Source

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>
maint
Stefan Christ 8 years ago committed by Junio C Hamano
parent
commit
4259d693fc
  1. 4
      Documentation/git-fmt-merge-msg.txt

4
Documentation/git-fmt-merge-msg.txt

@ -60,10 +60,10 @@ merge.summary::
EXAMPLE EXAMPLE
------- -------


-- ---------
$ git fetch origin master $ git fetch origin master
$ git fmt-merge-msg --log <$GIT_DIR/FETCH_HEAD $ git fmt-merge-msg --log <$GIT_DIR/FETCH_HEAD
-- ---------


Print a log message describing a merge of the "master" branch from Print a log message describing a merge of the "master" branch from
the "origin" remote. the "origin" remote.

Loading…
Cancel
Save