Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 3824595

Browse files
committed
Merge branch 'rr/doc-merge-strategies' into maint
* rr/doc-merge-strategies: Documentation/merge-strategies: avoid hyphenated commands
2 parents 9c7d0cc + 3c3e6f5 commit 3824595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/merge-strategies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
MERGE STRATEGIES
22
----------------
33

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

99
resolve::
1010
This can only resolve two heads (i.e. the current branch

0 commit comments

Comments
 (0)