On Mon, Jan 04, 2016 at 04:44:15AM -0500, Eric Sunshine wrote:
> On Tue, Dec 29, 2015 at 2:50 AM, Jeff King wrote:
> > This doesn't leave us many syntactic "outs" for adding new ident types
> > in the future (nor can you match a trailer called "Author"). I guess we
> > could call this "--ident=tr
On Tue, Dec 29, 2015 at 2:50 AM, Jeff King wrote:
> This doesn't leave us many syntactic "outs" for adding new ident types
> in the future (nor can you match a trailer called "Author"). I guess we
> could call this "--ident=trailer:reviewed-by" to be more precise, but
> it's more annoying to type.
A few comments on my own patch...
On Tue, Dec 29, 2015 at 02:38:32AM -0500, Jeff King wrote:
> 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 --ident=reviewed-by
So obviously you can do s
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 --ident=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 --form
4 matches
Mail list logo