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: 2001-06-22 -- No Body <n...@body.net> 2001-06-22 -- David Blasby <dbla...@gmail.com> 2001-06-26 -- Paul Ramsey <pram...@cleverelephant.ca> 2001-09-17 -- Jeff Lounsbury <jeffl...@refractions.net> 2002-03-22 -- Chris Hodgson <chodg...@refractions.net> 2003-10-20 -- Sandro Santilli <s...@kbt.io> 2004-04-29 -- Ralph Mason <ralph.ma...@telogis.com> 2004-08-16 -- Mark Cave-Ayland <mark.cave-ayl...@siriusit.co.uk> 2004-09-16 -- Mark Leslie <mark.les...@lisasoft.com> 2005-02-07 -- Markus Schaber <mar...@schabi.de> 2005-09-27 -- Devrim GÜNDÜZ <dev...@gunduz.org> 2006-12-05 -- Kevin Neufeld <kneufeld...@gmail.com> 2007-06-06 -- Norman Barker <nbar...@ittvis.com> 2007-07-03 -- Stephen Frost <sfr...@snowman.net> 2008-01-18 -- Ben Jubb <benj...@refractions.net> 2008-06-24 -- Regina Obe <l...@pcorp.us> 2009-02-10 -- Olivier Courtin <olivier.cour...@camptocamp.com> 2010-01-21 -- Nicklas Avén <nicklas.a...@jordogskog.no> 2010-09-26 -- Jorge Arévalo <jorge.arevalo at deimos-space.com> 2010-10-08 -- Pierre Racine <pierre.rac...@sbf.ulaval.ca> 2010-12-02 -- Mateusz Loskot <mate...@loskot.net> 2011-05-16 -- Bborie Park <dustym...@gmail.com> 2011-09-30 -- David Zwarg <dzw...@azavea.com> 2014-03-03 -- Baris Ergun <barisergu...@gmail.com> 2014-07-03 -- Stephen Woodbridge <wood...@swoodbridge.com> 2015-11-18 -- Daniel Baston <dbas...@gmail.com> 2017-02-26 -- Björn Harrtell <bj...@wololo.org> 2017-12-15 -- Darafei Praliaskouski <m...@komzpa.net> 2018-02-27 -- Raúl Marín Rodríguez <rmrodrig...@carto.com> 2019-04-11 -- Martin Davis <mtncl...@gmail.com> --strk; _______________________________________________ geos-devel mailing list geos-devel@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geos-devel