Merge branch 'rr/doc-merge-strategies'
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Mar 2014 18:08:23 +0000 (11:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Mar 2014 18:08:23 +0000 (11:08 -0700)
* rr/doc-merge-strategies:
Documentation/merge-strategies: avoid hyphenated commands

Documentation/merge-strategies.txt
index 350949810e224c9963278cbc73351011448e9b56..7bbd19b30032ca76966cbcf44a0b5b738c8f5ced 100644 (file)
@@ -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