d03fd16178e8b687485afefb2f31617ddb77bd5e
[git.git] / Documentation / merge-pull-opts.txt
1 -n, --no-summary::
2         Do not show diffstat at the end of the merge.
3
4 --no-commit::
5         Perform the merge but pretend the merge failed and do
6         not autocommit.
7
8 -s <strategy>::
9         use that merge strategy; can be given more than once to
10         specify them in the order they should be tried.  If
11         there is no `-s` option, built-in list of strategies is
12         used instead (`git-merge-resolve` when merging a single
13         head, `git-merge-octopus` otherwise).