@@ -47,9 +47,6 @@ ifdef::git-log[]
Show diffs for merge commits in the default format. This is
similar to '--diff-merges=on' (which see) except `-m` will
produce no output unless `-p` is given as well.
-+
-Note: This option not implying `-p` is legacy feature that is
-preserved for the sake of backward compatibility.
-d::
Produce diff with respect to first parent.
@@ -96,16 +93,6 @@ separate::
Show full diff with respect to each of parents.
Separate log entry and diff is generated for each parent.
+
-remerge, r::
- Remerge two-parent merge commits to create a temporary tree
- object--potentially containing files with conflict markers
- and such. A diff is then shown between that temporary tree
- and the actual merge commit.
-+
-The output emitted when this option is used is subject to change, and
-so is its interaction with other options (unless explicitly
-documented).
-+
combined, c::
Show differences from each of the parents to the merge
result simultaneously instead of showing pairwise diff between
@@ -117,6 +104,16 @@ dense-combined, cc::
by omitting uninteresting hunks whose contents in the parents
have only two variants and the merge result picks one of them
without modification.
++
+remerge, r::
+ Remerge two-parent merge commits to create a temporary tree
+ object--potentially containing files with conflict markers
+ and such. A diff is then shown between that temporary tree
+ and the actual merge commit.
++
+The output emitted when this option is used is subject to change, and
+so is its interaction with other options (unless explicitly
+documented).
--
--combined-all-paths::