Re: [PATCH 11/14] shortlog: allow grouping by committer ident

2016-01-04 Thread Jeff King
On Mon, Jan 04, 2016 at 04:44:00AM -0500, Eric Sunshine wrote: > > diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt > > @@ -47,6 +47,14 @@ OPTIONS > > +--ident=:: > > Should this be called --group-by? Yeah, that may be a more sensible name. For committer/author, I thi

Re: [PATCH 11/14] shortlog: allow grouping by committer ident

2016-01-04 Thread Eric Sunshine
On Tue, Dec 29, 2015 at 2:35 AM, Jeff King wrote: > Shortlog always groups commits by the author field. It can > be interesting to group by other fields, as well. The > obvious other identity in each commit is the committer > field. This might be interesting if your project follows a > workflow wh

[PATCH 11/14] shortlog: allow grouping by committer ident

2015-12-28 Thread Jeff King
Shortlog always groups commits by the author field. It can be interesting to group by other fields, as well. The obvious other identity in each commit is the committer field. This might be interesting if your project follows a workflow where committers and authors are not the same and where there i