<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    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
    &lt;%ae&gt;")<br>
    <br>
    <tt>#!/bin/bash</tt><br>
    <tt>cd $GLUSTER_SRC</tt><tt><br>
    </tt><tt>from=2016-02-01</tt><tt><br>
    </tt><tt>to=2016-02-29</tt><tt><br>
    </tt><tt>git log --before={$to} --after={$from}
      --pretty=format:"%an" | sort | uniq</tt><tt><br>
    </tt><br>
    <pre class="moz-signature" cols="72">regards
Aravinda
<a class="moz-txt-link-freetext" href="http://aravindavk.in">http://aravindavk.in</a>
</pre>
    <div class="moz-cite-prefix">On 03/16/2016 12:32 AM, Amye Scavarda
      wrote:<br>
    </div>
    <blockquote
cite="mid:CACDUr8VVv3uVoMXpdtA-hOp+R8Z=DqWL+EyS6sJAgd0Ppx2+Vg@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi all! 
        <div>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. </div>
        <div><br>
        </div>
        <div>Anything that you want me to highlight in particular?</div>
        <div>Thanks!</div>
        <div> -amye <br clear="all">
          <div><br>
          </div>
          -- <br>
          <div class="gmail_signature">
            <div dir="ltr">Amye Scavarda | <a moz-do-not-send="true"
                href="mailto:amye@redhat.com" target="_blank">amye@redhat.com</a>
              | Gluster Community Lead</div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Gluster-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Gluster-devel@gluster.org">Gluster-devel@gluster.org</a>
<a class="moz-txt-link-freetext" href="http://www.gluster.org/mailman/listinfo/gluster-devel">http://www.gluster.org/mailman/listinfo/gluster-devel</a></pre>
    </blockquote>
    <br>
  </body>
</html>