[geos-devel] git stats (was: git .mailmap)

Sandro Santilli strk at kbt.io
Thu May 16 08:46:15 PDT 2019


On Thu, May 16, 2019 at 05:41:47PM +0200, Sandro Santilli wrote:
> On Thu, May 16, 2019 at 09:07:39AM -0500, Darafei "Komяpa" Praliaskouski wrote:
> 
> > Can it also fix the issue that github statistics shows you only starting
> > working on postgis in 2016?
> 
> I've no idea. GitHub bugs can only be fixed by GitHub owners, who
> decided that they have exclusive rights on fixing bugs and seeing
> how the code works, and on deploying it.
> 
> But on the bright side, `git` (without the "hub") is free software,
> so you can use this:
> 
> 	git log --oneline --date-order --reverse --date=short \
> 					--pretty=format:'%cd -- %aN <%aE>' | \
> 	perl -ne 'm/(.*) -- (.*)/; print "$1 -- $2\n" unless ( $seen{$2}++ > 0 )'
> 
> Which yelds first commit per author:

Sorry, I was running the command on the wrong repository.
For GEOS this is the correct output:

  2002-06-07 -- No Body <no at body.net>
  2002-06-07 -- Paul Ramsey <pramsey at cleverelephant.ca>
  2002-06-11 -- Yury Bychkov <me at yury.ca>
  2002-09-03 -- Fernando Villa <fvilla at zoo.uvm.edu>
  2002-10-23 -- Norman Vine <nhv at cape.com>
  2003-02-11 -- Martin Davis <mtnclimb at gmail.com>
  2003-04-04 -- David Blasby <dblasby at gmail.com>
  2003-09-26 -- Sandro Santilli <strk at kbt.io>
  2004-07-25 -- Sean Gillies <sgillies at frii.com>
  2004-12-03 -- Frank Warmerdam <warmerdam at pobox.com>
  2006-04-04 -- Howard Butler <hobu.inc at gmail.com>
  2006-04-06 -- Mateusz Łoskot <mateusz at loskot.net>
  2006-07-11 -- Charlie Savage <cfis at savagexi.com>
  2007-12-21 -- Ben Jubb <benjubb at refractions.net>
  2009-01-05 -- Stephen Wong <swongu at gmail.com>
  2013-07-31 -- Regina Obe <lr at pcorp.us>
  2017-04-06 -- Daniel Baston <dbaston at gmail.com>
  2017-04-12 -- Kurt Schwehr <schwehr at google.com>
  2017-06-22 -- Manuel Grizonnet <manuel.grizonnet at cnes.fr>
  2017-07-18 -- Tamas Szekeres <szekerest at gmail.com>
  2017-09-01 -- nila <n_larsson at yahoo.com>
  2018-01-06 -- Evgeniy A. Dushistov <dushistov at mail.ru>
  2018-01-10 -- cvvergara <vicky at georepublic.de>
  2018-03-28 -- Even Rouault <even.rouault at spatialys.com>
  2018-06-08 -- Raul Marin <rmrodriguez at cartodb.com>
  2018-06-21 -- J Smith <dark.panda at gmail.com>
  2018-09-16 -- Sergey Fedoseev <fedoseev.sergey at gmail.com>
  2018-10-02 -- John K. Harvey <john.harvey at crunchydata.com>
  2018-10-07 -- Greg Troxel <gdt at lexort.com>
  2018-10-19 -- Simon Wells <simonrwells at gmail.com>
  2018-10-26 -- Darafei Praliaskouski <me at komzpa.net>
  2018-12-09 -- doskabouter <paul.doskabouter at gmail.com>
  2018-12-19 -- doskabouter <doskabouter at users.noreply.github.com>
  2019-03-27 -- Kirill Kouzoubov <kirill888 at gmail.com>

--strk;


More information about the geos-devel mailing list