diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-03-25 11:08:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-25 11:08:23 -0700 |
commit | 3e33860aa1c39429ebfe2542adf9011bd2c9aeba (patch) | |
tree | eac628f0199b0cf69f804bf74729ebce129da1a9 | |
parent | Merge branch 'nd/index-pack-error-message' (diff) | |
parent | Documentation/merge-strategies: avoid hyphenated commands (diff) | |
download | tgif-3e33860aa1c39429ebfe2542adf9011bd2c9aeba.tar.xz |
Merge branch 'rr/doc-merge-strategies'
* rr/doc-merge-strategies:
Documentation/merge-strategies: avoid hyphenated commands
-rw-r--r-- | Documentation/merge-strategies.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/merge-strategies.txt b/Documentation/merge-strategies.txt index 350949810e..7bbd19b300 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 |