Files
git/Documentation
Jeff King 47beb37bc6 shortlog: match commit trailers with --group
If a project uses commit trailers, this patch lets you use
shortlog to see who is performing each action. For example,
running:

  git shortlog -ns --group=trailer:reviewed-by

in git.git shows who has reviewed. You can even use a custom
format to see things like who has helped whom:

  git shortlog --format="...helped %an (%ad)" \
               --group=trailer:helped-by

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-09-27 12:21:05 -07:00
..
2020-07-06 22:09:16 -07:00
2019-05-09 00:37:27 +09:00
2020-05-01 13:39:56 -07:00
2018-06-25 13:22:36 -07:00
2020-02-14 08:58:53 -08:00
2020-04-29 16:15:27 -07:00
2019-08-11 17:40:07 -07:00
2019-04-02 13:57:00 +09:00
2019-08-11 17:40:07 -07:00
2019-01-23 11:37:29 -08:00
2020-06-22 15:55:02 -07:00
2020-05-02 18:04:12 -07:00
2018-12-26 14:59:37 -08:00
2020-05-26 09:32:08 -07:00
2019-05-07 13:04:48 +09:00
2019-05-07 13:04:48 +09:00
2020-06-09 13:48:17 -07:00
2020-07-06 22:09:16 -07:00
2019-10-21 12:02:39 +09:00