My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b74f5d
)
Documentation: merge: one <remote> is required
author
Paul Bolle
<pebolle@tiscali.nl>
Tue, 11 Aug 2009 13:03:58 +0000
(15:03 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 12 Aug 2009 23:14:32 +0000
(16:14 -0700)
merge only requires one <remote>, so "<remote>..." should be used in the
synopsis (and not "<remote> <remote>...").
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-merge.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-merge.txt
b/Documentation/git-merge.txt
index
c04ae73
..
af68d69
100644
(file)
--- a/
Documentation/git-merge.txt
+++ b/
Documentation/git-merge.txt
@@
-10,7
+10,7
@@
SYNOPSIS
--------
[verse]
'git merge' [-n] [--stat] [--no-commit] [--squash] [-s <strategy>]...
- [-m <msg>] <remote>
<remote>
...
+ [-m <msg>] <remote>...
'git merge' <msg> HEAD <remote>...
DESCRIPTION