#1713: helper script to find committers.
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:       
     Type:  bug     |      Status:  new  
 Priority:  normal  |   Milestone:       
Component:  none    |     Version:  2.5.0
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------

Comment(by dukeleto):

 I think the "git summary" command from git-extras can do most of this
 work:

 https://github.com/visionmedia/git-extras

 I added the ability to run git summary on a commitish, so you can do
 something like this:
 {{{ git summary RELEASE_2_1_0..RELEASE_2_2_0 }}}
 and get something like
 {{{
   project: parrot
   commits: 1893
   authors:
    1285 foo
     478 bar
      48 baz
      34 doo
      26 fooz
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1713#comment:2>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to