Commit 6ded91313c, presumably created on Gerrit, uses the author name
Urbanecm instead of Martin Urbanec; without this .mailmap entry to fix
it, maintenance/updateCredits.php would add another entry for that name
(he’s already credited under the proper name).
Change-Id: I14c6a58f969f8d10bdd0e3d17566af5ad53e5a8b
There are some commits from “jhsoby <jhsoby@gmail.com>”. Update the
.mailmap to correct the name of those commits (the existing line would
only update <jhsoby@users.mediawiki.org> commits), and remove the jhsoby
line from the CREDITS.
Also remove jeblad from CREDITS – he already has a .mailmap entry
mapping <john.blad@wikimedia.de> to John Erling Blad, but
maintenance/updateCredits.php never removes CREDITS entries, so while it
adds a correct John Erling Blad entry it won’t remove jeblad by itself.
Change-Id: I987d1cb1e5190899d944c0880211296580abbcb6
Whoever made the mailmap for old SVN contributions mapped my account to
the e-mail address I think I used on Bugzilla etc. at the time,
simetrical+mw@gmail.com. (I was inactive then, so I wasn't consulted.)
When I started committing under the git regime, I used ayg@aryeh.name,
so that should be the address used for my old commits as well so that
they link up with my new ones.
Change-Id: If03abd0e8fc11c20e7b37948f7d10f770cd43343
Ran the updateCredits.php script to include new contributors of
MW and its extensions into the CREDITS file after a while. Keeping
the contributor list updated is useful.
Change-Id: Id54c1832313f489d9d1857d03f1663137d04ef60
Before this change, running the script would add the following:
* Cicalese: Duplicate. Fixed by adding another address to mailmap.
Follows-up 3b55b0b3b8.
* gopavasanth: Added.
* Guycn2: Added.
* Zoranzoki21: Duplicate. Fixed by normalising their name via mailmap.
Also, remove the following added by 19ccff96086b70b:
* GeoffreyT2000: Duplicate. Already normalised by mailmap.
Change-Id: I5b11444a74dad090e484c2e256d32de5f6792943
Ran the updateCredits.php script to include new contributors of
MW and its extensions into the CREDITS file after a while. Keeping
the contributor list updated is useful.
Change-Id: I491c35285b562e1792715b83c674b8f1173add77
- "Michael M." was added manually, "Schnark" came from git log - see
https://phabricator.wikimedia.org/p/Schnark/ for the connection of both
names
- same email address, already in .mailmap
- "victorbarbu" in Ib031bef17c8a7d708a5c7878e74967d19217bbc8
- "Victor Barbu" in I5285dbfc47d6429e16b7e7839bf55d48320d0bf0
- same email address, added to mailmap
- matejsuchanek in I4ef06d781bcb1aa0bc7b6d27c27cfde98390a367
- Matěj Suchánek in Ib888634af281fc2347eaa389db4141782a98c15c
Change-Id: Ibc784dca10c9f74918daf1c3940f3cd17de1deda
I just realized it was using old email address. While it redirects
to the new address, it's better to have it fixed.
Change-Id: I2df2a32f6144acca985d04b4bf58372343d119f6
No other WMDE employee does have this. I think this is supposed to be
the "canonical name", which means it should not contain such extra
information, right?
Change-Id: Ic5bbb53d650843dfb627baa4c7508d88eba03729
Manual checks have shown that these people did really just start
contributing to core and didn't only switch mail adresses.
Change-Id: I8b09ae04a9d50a677d8491eb3fe6ff5af8dcaf53
Update the CREDITS file using maintenance/updateCredits.php script that
uses `git log` to identify contributors. For each added user it was
checked by hand that no user with the same mail adress but an other
"Real Name" was already in the CREDITS file. This is the case with one
entry, prevent this using .mailmap. Also remove (WMDE) at end of real
name in one case using .mailmap file. Also change version name MW 1.28
to 1.29 while at it.
Change-Id: I4c3bb8c3e5f0c1317ea8711efc4f88e571b0c5c6
Mostly adding current and former WMF/WMDE employees, and a couple of
others, under the correct version of their full names.
Change-Id: I36ca297967125cc211705509466358d9d762e5c8
- Add current and former WMF/WMDE employees under their full names
- Assign email aliases to one person, to remove duplicate entries in
CREDITS
- Add some Google Code-In students
Change-Id: I99a2d3047b5c8021b0be3af33f07dcffb59bdf7d
* Add an updateCredits.php script that will merge the existing
contributors list with a list generated using git-log.
* Update the existing .mailmap file to de-duplicate author list
* Update CREDITS using updateCredits.php
Bug: T139300
Change-Id: If00ae955c8026d6be38575f3766a06c46e5e7126
Create mailmap rules for any @users.mediawiki.org email that has a
matching entry under USERINFO.
The script used is proposed in mediawiki/tools/release.git
https://gerrit.wikimedia.org/r/239343
Manually added a lot more by digging in Gerrit commit Authors: fields
since that is publicly available as well.
Change-Id: I517b0593f9861d68aad3d93f2556a9cf135e28d8
Produced via `git shortlog REL1_24..master --no-merges --oneline --stat -sne`,
and then manual pruning and merging.
Change-Id: Ic2dc9c9117e790f4b9e2b745bec46d6306a43a87