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

Sandro Santilli strk at kbt.io
Thu May 16 08:41:47 PDT 2019


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 <no at body.net>
	2001-06-22 -- David Blasby <dblasby at gmail.com>
	2001-06-26 -- Paul Ramsey <pramsey at cleverelephant.ca>
	2001-09-17 -- Jeff Lounsbury <jeffloun at refractions.net>
	2002-03-22 -- Chris Hodgson <chodgson at refractions.net>
	2003-10-20 -- Sandro Santilli <strk at kbt.io>
	2004-04-29 -- Ralph Mason <ralph.mason at telogis.com>
	2004-08-16 -- Mark Cave-Ayland <mark.cave-ayland at siriusit.co.uk>
	2004-09-16 -- Mark Leslie <mark.leslie at lisasoft.com>
	2005-02-07 -- Markus Schaber <markus at schabi.de>
	2005-09-27 -- Devrim GÜNDÜZ <devrim at gunduz.org>
	2006-12-05 -- Kevin Neufeld <kneufeld.ca at gmail.com>
	2007-06-06 -- Norman Barker <nbarker at ittvis.com>
	2007-07-03 -- Stephen Frost <sfrost at snowman.net>
	2008-01-18 -- Ben Jubb <benjubb at refractions.net>
	2008-06-24 -- Regina Obe <lr at pcorp.us>
	2009-02-10 -- Olivier Courtin <olivier.courtin at camptocamp.com>
	2010-01-21 -- Nicklas Avén <nicklas.aven at jordogskog.no>
	2010-09-26 -- Jorge Arévalo <jorge.arevalo at deimos-space.com>
	2010-10-08 -- Pierre Racine <Pierre.Racine at sbf.ulaval.ca>
	2010-12-02 -- Mateusz Loskot <mateusz at loskot.net>
	2011-05-16 -- Bborie Park <dustymugs at gmail.com>
	2011-09-30 -- David Zwarg <dzwarg at azavea.com>
	2014-03-03 -- Baris Ergun <barisergun75 at gmail.com>
	2014-07-03 -- Stephen Woodbridge <woodbri at swoodbridge.com>
	2015-11-18 -- Daniel Baston <dbaston at gmail.com>
	2017-02-26 -- Björn Harrtell <bjorn at wololo.org>
	2017-12-15 -- Darafei Praliaskouski <me at komzpa.net>
	2018-02-27 -- Raúl Marín Rodríguez <rmrodriguez at carto.com>
	2019-04-11 -- Martin Davis <mtnclimb at gmail.com>

--strk;


More information about the geos-devel mailing list