On Sun, Sep 27, 2020 at 4:08 AM Jeff King <peff@xxxxxxxx> wrote: > OK, I lied. After reading your other email, I ended up with: > > --group=<type>:: > Group commits based on `<type>`. If no `--group` option is > specified, the default is `author`. `<type>` is one of: > + > - `author`, commits are grouped by author > - `committer`, commits are grouped by committer (the same as `-c`) Sounds good. Makes it much more clear to me.