blob: 53cc35590debbb7e4d7dfae536be19e59d038560 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231-n, \--no-summary::
2Do not show diffstat at the end of the merge.
3
4--no-commit::
5Perform the merge but pretend the merge failed and do
6not autocommit, to give the user a chance to inspect and
7further tweak the merge result before committing.
8
9
10-s <strategy>, \--strategy=<strategy>::
11Use the given merge strategy; can be supplied more than
12once to specify them in the order they should be tried.
13If there is no `-s` option, a built-in list of strategies
14is used instead (`git-merge-recursive` when merging a single
15head, `git-merge-octopus` otherwise).
16