]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/merge-options.txt
Merge branch 'hg/maint-attr-fix'
[git.git] / Documentation / merge-options.txt
index 3b83dba1a0d8ad1436d15d164783f08593f54357..722d704ff2de1abd3d77a18ca396ba96d5cab6bc 100644 (file)
@@ -62,11 +62,17 @@ option can be used to override --squash.
        is used instead ('git merge-recursive' when merging a single
        head, 'git merge-octopus' otherwise).
 
+-X <option>::
+--strategy-option=<option>::
+       Pass merge strategy specific option through to the merge
+       strategy.
+
 --summary::
 --no-summary::
        Synonyms to --stat and --no-stat; these are deprecated and will be
        removed in the future.
 
+ifndef::git-pull[]
 -q::
 --quiet::
        Operate quietly.
@@ -74,8 +80,4 @@ option can be used to override --squash.
 -v::
 --verbose::
        Be verbose.
-
--X <option>::
---strategy-option=<option>::
-       Pass merge strategy specific option through to the merge
-       strategy.
+endif::git-pull[]