On Wed, Mar 16, 2016 at 09:38:02AM +0530, Aravinda wrote:
> I think we can highlight the names of last month's contributors in news
> letter.  Following code to get names from any project between given dates.
> (If email is required --pretty=format:"%an <%ae>")
> 
> #!/bin/bash
> cd $GLUSTER_SRC
> from=2016-02-01
> to=2016-02-29
> git log --before={$to} --after={$from} --pretty=format:"%an" | sort | uniq

We also have ./extras/who-wrote-glusterfs/who-wrote-glusterfs.sh in the
sources, it accepts a <old-commit>...<new-commit> range. It is probably
trivial to add an option to use --before/--after too.

The output has different sections, these are based on the tags in the
git commit message (Signed-off-by, Reported-by, Reviewed-by etc...).

  $ ./extras/who-wrote-glusterfs/who-wrote-glusterfs.sh v3.8dev...HEAD

With results in http://termbin.com/ulam (will get deleted in time).

Niels


> 
> regards
> Aravinda
> http://aravindavk.in
> 
> On 03/16/2016 12:32 AM, Amye Scavarda wrote:
> >Hi all!
> >I'm working on putting together this month's newsletter, and as per last
> >week's community meeting, I'm putting out a call to help make sure I don't
> >miss anything.
> >
> >Anything that you want me to highlight in particular?
> >Thanks!
> > -amye
> >
> >-- 
> >Amye Scavarda | a...@redhat.com <mailto:a...@redhat.com> | Gluster
> >Community Lead
> >
> >
> >_______________________________________________
> >Gluster-devel mailing list
> >Gluster-devel@gluster.org
> >http://www.gluster.org/mailman/listinfo/gluster-devel
> 

> _______________________________________________
> Gluster-devel mailing list
> Gluster-devel@gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-devel

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel

Reply via email to