Re: [gluster-devel] Any interesting things for the newsletter?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx | Gluster Community Lead


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

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

[Index of Archives]     [Gluster Users]     [Ceph Users]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux