On Tue, Mar 15, 2016 at 9:08 PM, Aravinda <avishwan@xxxxxxxxxx> 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
regards Aravinda http://aravindavk.in
That's a great idea, I hadn't thought about that. I'll see if I can't put that in the email and the blog posts.
Keep the ideas rolling. ;)
- amye
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!
_______________________________________________ Gluster-devel mailing list Gluster-devel@xxxxxxxxxxx http://www.gluster.org/mailman/listinfo/gluster-devel
Amye Scavarda | amye@xxxxxxxxxx | Gluster Community Lead
_______________________________________________ Gluster-devel mailing list Gluster-devel@xxxxxxxxxxx http://www.gluster.org/mailman/listinfo/gluster-devel