Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit e45bda8

Browse files
andreas-schwabgitster
authored andcommitted
Documentation/git-merge.txt: fix formatting of example block
You need at least four dashes in a line to have it recognized as listing block delimiter by asciidoc. Signed-off-by: Andreas Schwab <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6897a64 commit e45bda8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-merge.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ In such a case, you can "unwrap" the tag yourself before feeding it
187187
to `git merge`, or pass `--ff-only` when you do not have any work on
188188
your own. e.g.
189189

190-
---
190+
----
191191
git fetch origin
192192
git merge v1.2.3^0
193193
git merge --ff-only v1.2.3
194-
---
194+
----
195195

196196

197197
HOW CONFLICTS ARE PRESENTED

0 commit comments

Comments
 (0)