Skip to content

Commit

Permalink
Merge branch 'rr/doc-merge-strategies' into maint
Browse files Browse the repository at this point in the history
* rr/doc-merge-strategies:
  Documentation/merge-strategies: avoid hyphenated commands
  • Loading branch information
Junio C Hamano committed Apr 3, 2014
2 parents 9c7d0cc + 3c3e6f5 commit 3824595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/merge-strategies.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
MERGE STRATEGIES
----------------

The merge mechanism ('git-merge' and 'git-pull' commands) allows the
The merge mechanism (`git merge` and `git pull` commands) allows the
backend 'merge strategies' to be chosen with `-s` option. Some strategies
can also take their own options, which can be passed by giving `-X<option>`
arguments to 'git-merge' and/or 'git-pull'.
arguments to `git merge` and/or `git pull`.

resolve::
This can only resolve two heads (i.e. the current branch
Expand Down

0 comments on commit 3824595

Please sign in to comment.