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:
|
_______________________________________________ Gluster-devel mailing list Gluster-devel@xxxxxxxxxxx http://www.gluster.org/mailman/listinfo/gluster-devel