"Kyle Zhao via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Kyle Zhao <kylezhao@xxxxxxxxxxx> > > Signed-off-by: Kyle Zhao <kylezhao@xxxxxxxxxxx> > --- > Documentation/git-merge-tree.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/git-merge-tree.txt b/Documentation/git-merge-tree.txt > index 298c133fdb6..88ee942101a 100644 > --- a/Documentation/git-merge-tree.txt > +++ b/Documentation/git-merge-tree.txt > @@ -66,8 +66,8 @@ OPTIONS > > --merge-base=<commit>:: > Instead of finding the merge-bases for <branch1> and <branch2>, > - specify a merge-base for the merge. This option is incompatible > - with `--stdin`. > + specify a merge-base for the merge, and specifying multiple bases is > + currently not supported. This option is incompatible with `--stdin`. Makes sense. Will queue. Thanks.