Skip to content

Commit 69490f3

Browse files
committed
Merge branch 'maint-1.8.2' into maint-1.8.3
* maint-1.8.2: Documentation/git-merge.txt: fix formatting of example block
2 parents e5be297 + e45bda8 commit 69490f3

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
@@ -186,11 +186,11 @@ In such a case, you can "unwrap" the tag yourself before feeding it
186186
to `git merge`, or pass `--ff-only` when you do not have any work on
187187
your own. e.g.
188188

189-
---
189+
----
190190
git fetch origin
191191
git merge v1.2.3^0
192192
git merge --ff-only v1.2.3
193-
---
193+
----
194194

195195

196196
HOW CONFLICTS ARE PRESENTED

0 commit comments

Comments
 (0)