On Wed, Oct 4, 2023 at 5:51 PM Sergey Organov <sorganov@xxxxxxxxx> wrote: > * Put descriptions of convenience shortcuts first, so they are the > first things reader observes rather than lengthy detailed stuff. > > * Get rid of very long line containing all the --diff-merges formats > by replacing them with <format>, and putting each supported format > on its own line. > > Signed-off-by: Sergey Organov <sorganov@xxxxxxxxx> > --- > diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt > @@ -43,66 +43,74 @@ endif::git-diff[] > +-m:: > + 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. I'm having difficulty grasping the parenthetical "(which see)" comment.