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 <n...@body.net> 2002-06-07 -- Paul Ramsey <pram...@cleverelephant.ca> 2002-06-11 -- Yury Bychkov <m...@yury.ca> 2002-09-03 -- Fernando Villa <fvi...@zoo.uvm.edu> 2002-10-23 -- Norman Vine <n...@cape.com> 2003-02-11 -- Martin Davis <mtncl...@gmail.com> 2003-04-04 -- David Blasby <dbla...@gmail.com> 2003-09-26 -- Sandro Santilli <s...@kbt.io> 2004-07-25 -- Sean Gillies <sgill...@frii.com> 2004-12-03 -- Frank Warmerdam <warmer...@pobox.com> 2006-04-04 -- Howard Butler <hobu....@gmail.com> 2006-04-06 -- Mateusz Łoskot <mate...@loskot.net> 2006-07-11 -- Charlie Savage <c...@savagexi.com> 2007-12-21 -- Ben Jubb <benj...@refractions.net> 2009-01-05 -- Stephen Wong <swo...@gmail.com> 2013-07-31 -- Regina Obe <l...@pcorp.us> 2017-04-06 -- Daniel Baston <dbas...@gmail.com> 2017-04-12 -- Kurt Schwehr <schw...@google.com> 2017-06-22 -- Manuel Grizonnet <manuel.grizon...@cnes.fr> 2017-07-18 -- Tamas Szekeres <szeker...@gmail.com> 2017-09-01 -- nila <n_lars...@yahoo.com> 2018-01-06 -- Evgeniy A. Dushistov <dushis...@mail.ru> 2018-01-10 -- cvvergara <vi...@georepublic.de> 2018-03-28 -- Even Rouault <even.roua...@spatialys.com> 2018-06-08 -- Raul Marin <rmrodrig...@cartodb.com> 2018-06-21 -- J Smith <dark.pa...@gmail.com> 2018-09-16 -- Sergey Fedoseev <fedoseev.ser...@gmail.com> 2018-10-02 -- John K. Harvey <john.har...@crunchydata.com> 2018-10-07 -- Greg Troxel <g...@lexort.com> 2018-10-19 -- Simon Wells <simonrwe...@gmail.com> 2018-10-26 -- Darafei Praliaskouski <m...@komzpa.net> 2018-12-09 -- doskabouter <paul.doskabou...@gmail.com> 2018-12-19 -- doskabouter <doskabou...@users.noreply.github.com> 2019-03-27 -- Kirill Kouzoubov <kirill...@gmail.com> --strk; _______________________________________________ geos-devel mailing list geos-devel@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geos-devel