Git 2.4
[gitweb.git] / Documentation / git-rebase.txt
index d728030590edb673b4de28ecf7dc1665a525678b..47984e84ed2f994ec48c1d659e47c1ecd6a17f23 100644 (file)
@@ -362,7 +362,9 @@ default is `--no-fork-point`, otherwise the default is `--fork-point`.
 
 -p::
 --preserve-merges::
-       Instead of ignoring merges, try to recreate them.
+       Recreate merge commits instead of flattening the history by replaying
+       commits a merge commit introduces. Merge conflict resolutions or manual
+       amendments to merge commits are not preserved.
 +
 This uses the `--interactive` machinery internally, but combining it
 with the `--interactive` option explicitly is generally not a good