On Sun, Jul 22, 2018 at 11:58 AM Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt > index f8a061794d..e7f404be3d 100644 > --- a/Documentation/git-format-patch.txt > +++ b/Documentation/git-format-patch.txt > @@ -24,6 +24,7 @@ SYNOPSIS > [--to=<email>] [--cc=<email>] > [--[no-]cover-letter] [--quiet] [--notes[=<ref>]] > [--interdiff=<previous>] > + [--range-diff=<previous>] I wonder if people will use both --interdiff=<rev> and --range-diff=<rev> often enough to justify a shortcut "--all-kinds-of-diff=<rev>" so that we don't have to type <previous> twice. But I guess we don't have to worry about this right now. -- Duy