gitdiffcore doc: update pickaxe description
[gitweb.git] / Documentation / git-rebase.txt
index 9c68b667e9133b808ad422b8435173aa96d90e01..3b87f1a1b67dbd64e9fd5e5cd11dd648e3f92ab2 100644 (file)
@@ -250,6 +250,13 @@ on top of the <upstream> branch using the given strategy, using
 the 'ours' strategy simply discards all patches from the <branch>,
 which makes little sense.
 
+-X <strategy-option>::
+--strategy-option=<strategy-option>::
+       Pass the <strategy-option> through to the merge strategy.
+       This implies `\--merge` and, if no strategy has been
+       specified, `-s recursive`.  Note the reversal of 'ours' and
+       'theirs' as noted in above for the `-m` option.
+
 -q::
 --quiet::
        Be quiet. Implies --no-stat.