aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-04-03 13:39:03 -0700
committerJunio C Hamano <gitster@pobox.com>2014-04-03 13:39:03 -0700
commit38245956648c54d138efc7b95b450dc7203e2a2f (patch)
tree7cd5d4ef84f71587cc35f3dade01b1340eba9943
parent9c7d0cc62f10d4945e665614ca836a4a5c81593c (diff)
parent3c3e6f5645c5e661bc8c338e4e7a9252a14e429e (diff)
downloadgit-38245956648c54d138efc7b95b450dc7203e2a2f.tar.gz
Merge branch 'rr/doc-merge-strategies' into maint
* rr/doc-merge-strategies: Documentation/merge-strategies: avoid hyphenated commands
-rw-r--r--Documentation/merge-strategies.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/merge-strategies.txt b/Documentation/merge-strategies.txt
index fb6e593e7c..feabc1ccf4 100644
--- a/Documentation/merge-strategies.txt
+++ b/Documentation/merge-strategies.txt
@@ -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