On Fri, Oct 21, 2022 at 01:32:07AM -0400, Jeff King wrote: > On Thu, Oct 20, 2022 at 11:11:29PM -0400, Taylor Blau wrote: > > > diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt > > index f64e77047b..311c041c06 100644 > > --- a/Documentation/git-shortlog.txt > > +++ b/Documentation/git-shortlog.txt > > @@ -47,6 +47,11 @@ OPTIONS > > > > Each pretty-printed commit will be rewrapped before it is shown. > > > > +--date=<format>:: > > + With a `--group=format:<format>`, show dates formatted > > + according to the given date string. (See the `--date` options > > + in the "COMMIT FORMATTING" section of linkgit:git-log[1].) > > I like this much better than including the whole date-formats section. > Two nits: Thanks, both make sense. Thanks, Taylor