shortlog: implement `--group=committer` in terms of `--group=<format>`
commit7b11234e3bee123d6d48ed175f11b26b54fa67c6
authorTaylor Blau <me@ttaylorr.com>
Mon, 24 Oct 2022 18:55:47 +0000 (24 14:55 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Oct 2022 21:48:05 +0000 (24 14:48 -0700)
tree57384acf7f72c91b796f4df0f9c322e66b98903f
parent9c10d4ff2401cd5908e4e874c403fadebb2ac0b3
shortlog: implement `--group=committer` in terms of `--group=<format>`

In the same spirit as the previous commit, reimplement
`--group=committer` as a special case of `--group=<format>`, too.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/shortlog.c