forked from pgRouting/pgrouting
-
Notifications
You must be signed in to change notification settings - Fork 0
Draft: Users before December 8, 2016
Vicky Vergara edited this page Feb 23, 2023
·
29 revisions
The CONTRIBUTING.md Was created on December 8, 2016 on this commit
The following command gives the following result
git log --pretty="format:user:%an date:%ad" --name-only --encoding=UTF-8 --before="2016-12-08" | \
grep user contributors.txt | \
awk -F"date" '{print $1}' names.txt | sort | uniq
name | same as | Contributed After / PRs |
---|---|---|
= | YES | |
$R0h!tH | Rohith Reddy | YES |
Aaron W. Swenson | YES | |
Alec Gosse | PRs | |
Andrea Nardelli | Andrea Nardelli | GSoC student |
anton | ||
Bas Couwenberg | YES | |
Clemens Werther | PRs | |
cvvergara | Vicky Vergara | YES |
daniel | Daniel Kastl | YES |
Daniel Kastl | Daniel Kastl | YES |
drnextgis | PRs | |
guest | Conributions | |
Illedran | Andrea Nardelli | GSoC student |
J Kishore kumar | J Kishore kumar | GSoC student |
Jonathan Wakely | PRs | |
J Smith | PRs | |
kiorky | PRs | |
Kirill Müller | PRs | |
Kishore kumar J | J Kishore kumar | GSoC student |
Ko Nagase | Ko Nagase | PRs |
m3th0s | Clemens Werther | PRs |
manikanta-kondeti | GSoC student | |
mapas de vicky | Vicky Vergara | YES |
michael skinner | PRs | |
Mohammed Zia | PRs | |
nbrinckm | PRs | |
(no author) | contributions | |
Omar | PRs | |
petebp | PRs | |
Regina Obe | Regina Obe | YES |
robe2 | Regina Obe | YES |
rohith | Rohith Reddy | YES |
Rohith Reddy | Rohith Reddy | YES |
root | YES | |
sanak | Ko Nagase | PRs |
Sandro Santilli | PRs | |
Stephen Mather | PRs | |
Stephen Woodbridge | YES | |
takubo | Conributions | |
The Gitter Badger | Conributions | |
Vadim Zhukov | PRs | |
Varod | PRs | |
vicky | Vicky Vergara | YES |
vicky vergara | Vicky Vergara | YES |
Vicky Vergara | Vicky Vergara | YES |
Vincent Picavet | PRs | |
yobiSource | ||
zibon | GSoC student |
To get the contributors that also contributed after the Contribution agreement was created:
git log --pretty="format:user:%an" --name-only --encoding=UTF-8 --before="2016-12-08" | \
grep user | \
awk -F"user:" '{print $2}' | sort | uniq > before.txt
git log --pretty="format:user:%an" --name-only --encoding=UTF-8 --after="2016-12-08" | \
grep user | \
awk -F"user:" '{print $2}' | sort | uniq > after.txt
comm -12 before.txt after.txt
Giving the following result:
=
Aaron W. Swenson
Bas Couwenberg
cvvergara
Daniel Kastl
Regina Obe
robe2
Rohith Reddy
root
Stephen Woodbridge
Vicky Vergara
"Small" contributions made by the remaining contributors:
user:guest Wed May 23 02:29:36 2007 +0000
README.routing | 1 +
1 file changed, 1 insertion(+)
user:guest Wed May 23 02:19:39 2007 +0000
README.routing | 1 -
1 file changed, 1 deletion(-)
user:guest Wed May 23 01:56:07 2007 +0000
README.routing | 1 +
1 file changed, 1 insertion(+)
user:takubo Tue Jul 29 00:27:38 2008 +0000
debian/changelog | 6 ++++++
debian/control | 13 ++++++-------
debian/postgresql-8.2-pgrouting.dirs | 2 --
debian/postgresql-8.3-pgrouting.dirs | 2 ++
debian/{postgresql-8.2-pgrouting.install => postgresql-8.3-pgrouting.install} | 2 +-
debian/rules | 10 ++++++----
6 files changed, 21 insertions(+), 14 deletions(-)
user:takubo Mon Jan 14 23:02:48 2008 +0000
debian/README.Debian | 18 ++++++++++++++++++
debian/changelog | 6 ++++++
debian/compat | 1 +
debian/control | 23 +++++++++++++++++++++++
debian/copyright | 38 ++++++++++++++++++++++++++++++++++++++
debian/docs | 4 ++++
debian/postgresql-8.2-pgrouting.dirs | 2 ++
debian/postgresql-8.2-pgrouting.install | 4 ++++
debian/rules | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9 files changed, 190 insertions(+)
user:takubo Sun Jan 13 09:37:01 2008 +0000
autors.txt | 15 ---------------
1 file changed, 15 deletions(-)
user:takubo Sun Jan 13 08:28:52 2008 +0000
CMakeLists.txt | 69 +++++++++++++++++++++++++++++++++++++++++----------------------------
cmake/FindCGAL.cmake | 14 +++++++-------
cmake/FindGAUL.cmake | 25 ++++++++++++++++---------
core/CMakeLists.txt | 3 ++-
core/sql/CMakeLists.txt | 3 +++
core/src/CMakeLists.txt | 4 +++-
extra/driving_distance/CMakeLists.txt | 2 +-
extra/driving_distance/sql/CMakeLists.txt | 3 +++
extra/driving_distance/src/CMakeLists.txt | 23 ++---------------------
extra/tsp/CMakeLists.txt | 2 +-
extra/tsp/sql/CMakeLists.txt | 3 +++
extra/tsp/src/CMakeLists.txt | 22 +++-------------------
12 files changed, 85 insertions(+), 88 deletions(-)
user:(no author) Wed May 23 02:14:02 2007 +0000
README.routing | 1 +
1 file changed, 1 insertion(+)
user:(no author) Wed May 23 02:06:13 2007 +0000
README.routing | 1 -
1 file changed, 1 deletion(-)
user:(no author) Wed May 23 02:05:07 2007 +0000
README.routing | 1 +
1 file changed, 1 insertion(+)
user:(no author) Wed May 23 02:01:32 2007 +0000
README.routing | 1 -
1 file changed, 1 deletion(-)
user:The Gitter Badger Wed Feb 25 13:39:16 2015 +0000
README.md | 2 ++
1 file changed, 2 insertions(+)