[Gluster-devel] [gluster-devel] Any interesting things for the newsletter?
Aravinda
avishwan at redhat.com
Wed Mar 16 04:08:02 UTC 2016
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
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 | amye at redhat.com <mailto:amye at redhat.com> | Gluster
> Community Lead
>
>
> _______________________________________________
> Gluster-devel mailing list
> Gluster-devel at gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.gluster.org/pipermail/gluster-devel/attachments/20160316/64ec43ff/attachment.html>
More information about the Gluster-devel
mailing list