Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/merge-strategies: avoid hyphenated commands
author
Ramkumar Ramachandra
<artagnon@gmail.com>
Sun, 16 Mar 2014 22:54:56 +0000
(18:54 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 17 Mar 2014 22:13:46 +0000
(15:13 -0700)
Replace git-pull and git-merge with the corresponding un-hyphenated
versions. While at it, use ` to mark it up instead of '.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/merge-strategies.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
7bbc4e8
)
diff --git
a/Documentation/merge-strategies.txt
b/Documentation/merge-strategies.txt
index 49a9a7d53f5836ecf2c5bcadb30f0d314414afe0..81e349309c315e2735177c094564b9825e5b3352 100644
(file)
--- 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