Skip to content

Commit

Permalink
Merge branch 'maint-1.8.2' into maint-1.8.3
Browse files Browse the repository at this point in the history
* maint-1.8.2:
  Documentation/git-merge.txt: fix formatting of example block
  • Loading branch information
Junio C Hamano committed Sep 5, 2013
2 parents e5be297 + e45bda8 commit 69490f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-merge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ In such a case, you can "unwrap" the tag yourself before feeding it
to `git merge`, or pass `--ff-only` when you do not have any work on
your own. e.g.

---
----
git fetch origin
git merge v1.2.3^0
git merge --ff-only v1.2.3
---
----


HOW CONFLICTS ARE PRESENTED
Expand Down

0 comments on commit 69490f3

Please sign in to comment.