summaryrefslogtreecommitdiffstats
path: root/.mailmap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mailmap: change primary address for Derrick StoleeDerrick Stolee2022-02-141-2/+3
| | | | | | | | | | | | Stolee transitioned from Microsoft to GitHub in July 2020, but continued to use <dstolee@microsoft.com> because it was a valid address. He also used <stolee@gmail.com> to communicate with the mailing list since writing plaintext emails is difficult in Outlook. However, recent issues with GMail delaying mailing list messages created a need to change his primary email address. Signed-off-by: Derrick Stolee <derrickstolee@github.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Add entry for Ramkumar RamachandraRamkumar Ramachandra2021-03-081-0/+1
| | | | | Signed-off-by: Ramkumar Ramachandra <r@artagnon.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Merge branch 'bc/wildcard-credential'Junio C Hamano2020-03-051-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | A configuration element used for credential subsystem can now use wildcard pattern to specify for which set of URLs the entry applies. * bc/wildcard-credential: credential: allow wildcard patterns when matching config credential: use the last matching username in the config t0300: add tests for some additional cases t1300: add test for urlmatch with multiple wildcards mailmap: add an additional email address for brian m. carlson
| * mailmap: add an additional email address for brian m. carlsonbrian m. carlson2020-02-201-0/+1
| | | | | | | | | | | | | | | | | | | | To more accurately track the provenance of contributions, brian uses a work email address for commits created at work. Add this email address to .mailmap so that contributions are properly attributed to the same person. Signed-off-by: brian m. carlson <bk2204@github.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Sync with maintJunio C Hamano2020-01-301-0/+1
|\ \ | | | | | | | | | | | | * maint: .mailmap: map Yi-Jyun Pan's email
| * | .mailmap: map Yi-Jyun Pan's emailDenton Liu2020-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 13185fd241 (l10n: zh_TW.po: update translation for v2.25.0 round 1, 2019-12-31), the author mistakenly used their GitHub username for authorship information instead of their real name. However, a commit with their real name exists prior to this: 9917eca794 (l10n: zh_TW: add translation for v2.24.0, 2019-11-20). Map their email to their real name so that these contributions can be counted together. Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | | Merge branch 'ds/sparse-cone'Junio C Hamano2020-01-301-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | The code recently added in this release to move to the entry beyond the ones in the same directory in the index in the sparse-cone mode did not count the number of entries to skip over incorrectly, which has been corrected. * ds/sparse-cone: .mailmap: fix GGG authoship screwup unpack-trees: correctly compute result count
| * | .mailmap: fix GGG authoship screwupJunio C Hamano2020-01-271-0/+1
| | | | | | | | | | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | | .mailmap: fix erroneous authorship for Johannes SchindelinDenton Liu2020-01-271-0/+1
| |/ |/| | | | | | | | | | | | | | | | | | | In 49e268e23e (mingw: safeguard better against backslashes in file names, 2020-01-09), the commit author is listed as "Johannes Schindelin via GitGitGadget <gitgitgadget@gmail.com>", which is erroneous. Fix the authorship by mapping the erroneous authorship to his canonical authorship information. Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | mailmap: mask accentless variant for Công DanhJunio C Hamano2019-12-261-0/+1
|/ | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* .mailmap: update email address of Andrey MazoAndrey Mazo2019-09-211-0/+1
| | | | | | | | I don't have access to my old work email since 20 Apr 2019. Replace with my personal email address. Signed-off-by: Andrey Mazo <ahippo@yandex.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* .mailmap: update email address of Philip OakleyPhilip Oakley2019-08-121-0/+1
| | | | | | | | | | | | My IEE 'home for life' email service is being withdrawn on 30 Sept 2019. Replace with my new email domain. I also have a secondary (backup) 'home for life' through <philipoakley@dunelm.org.uk>. Signed-off-by: Philip Oakley <philipoakley@iee.email> Signed-off-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* .mailmap: map Clemens Buchacher's mail addressesJohannes Schindelin2019-02-081-0/+2
| | | | | | | | | | We have three email addresses for Clemens in our commit history, two of them bouncing. Let's map the latter to the only one that still works. Pointed out by Gábor Szeder. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* mailmap: update brandon williams's email addressBrandon Williams2018-12-091-0/+1
| | | | | Signed-off-by: Brandon Williams <bwilliams.eng@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Update .mailmapJohannes Schindelin2018-11-121-0/+13
| | | | | | | | | This patch makes the output of `git shortlog -nse v2.10.0..master` duplicate-free by taking/guessing the current and preferred addresses for authors that appear with more than one address. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Merge branch 'jn/mailmap-update'Junio C Hamano2018-10-161-1/+1
|\ | | | | | | | | | | | | The mailmap file update. * jn/mailmap-update: mailmap: consistently normalize brian m. carlson's name
| * mailmap: consistently normalize brian m. carlson's nameJonathan Nieder2018-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v2.18.0-rc0~70^2 (mailmap: update brian m. carlson's email address, 2018-05-08) changed the mailmap to map sandals@crustytoothpaste.ath.cx -> brian m. carlson <sandals@crustytoothpaste.net> instead of sandals@crustytoothpaste.net -> brian m. carlson <sandals@crustytoothpaste.ath.cx> That means the mapping Brian M. Carlson <sandals@crustytoothpaste.ath.cx> -> brian m. carlson <sandals@crustytoothpaste.net> is redundant, so we can remove it. More importantly, it means that the identity "Brian M. Carlson <sandals@crustytoothpaste.net>" used in some commits is not normalized any more. Add a mapping for it. Noticed while updating Debian's Git packaging, which uses "git shortlog --no-merges" to produce a list of changes in each version, grouped by author's (normalized) name. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | .mailmap: merge different spellings of namesStefan Beller2018-06-291-1/+10
|/ | | | | | | | | | | | This is a continuation of 94b410bba86 (.mailmap: Map email addresses to names, 2013-07-12), merging names that are spelled differently but have the same author email to the same person. Most spellings differed in accents or the order of names. Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* mailmap: update brian m. carlson's email addressbrian m. carlson2018-05-081-2/+2
| | | | | | | | | | | | An earlier change, cdb6b5ac (".mailmap: Combine more (name, email) to individual persons", 2013-08-12), noted that there were two name spellings and two email addresses and mapped the crustytoothpaste.net address to the crustytoothpaste.ath.cx address. The latter is an older, obsolete address, while the former is current, so switch the order of the addresses so that git log displays the correct address. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* mailmap: use Kaartic Sivaraam's new addressKaartic Sivaraam2017-11-031-0/+1
| | | | | | | Map the old address to the new, hopefully more permanent one. Signed-off-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* .mailmap: normalize name for René ScharfeRené Scharfe2017-10-061-0/+1
| | | | | | | | Reported-by: Johannes Schindelin <johannes.schindelin@gmx.de> Reported-by: Stefan Beller <sbeller@google.com> Signed-off-by: Rene Scharfe <l.s.r@web.de> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Sync with 2.12.2Junio C Hamano2017-03-241-1/+2
|\
| * mailmap: use Michael J Gruber's new addressMichael J Gruber2017-03-241-1/+2
| | | | | | | | | | | | | | | | Map both old addresses to the new, hopefully more permanent one. Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Signed-off-by: Michael J Gruber <git@grubix.eu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'ps/urlmatch-wildcard'Junio C Hamano2017-02-271-0/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | The <url> part in "http.<url>.<variable>" configuration variable can now be spelled with '*' that serves as wildcard. E.g. "http.https://*.example.com.proxy" can be used to specify the proxy used for https://a.example.com, https://b.example.com, etc., i.e. any host in the example.com domain. * ps/urlmatch-wildcard: urlmatch: allow globbing for the URL host part urlmatch: include host in urlmatch ranking urlmatch: split host and port fields in `struct url_info` urlmatch: enable normalization of URLs with globs mailmap: add Patrick Steinhardt's work address
| * mailmap: add Patrick Steinhardt's work addressPatrick Steinhardt2017-01-311-0/+1
| | | | | | | | | | Signed-off-by: Patrick Steinhardt <patrick.steinhardt@elego.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'sg/mailmap-self'Junio C Hamano2017-02-021-0/+1
|\ \ | |/ |/| | | | | * sg/mailmap-self: .mailmap: update Gábor Szeder's email address
| * .mailmap: update Gábor Szeder's email addressSZEDER Gábor2017-02-011-0/+1
| | | | | | | | | | Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | .mailmap: record canonical email for Richard HansenRichard Hansen2017-01-101-0/+2
|/ | | | | | | | | | | When I changed employers my work address changed from rhansen@bbn.com to hansenr@google.com. Rather than map my old work address to my new, map them both to my permanent personal email address. (I will still use my work address in commits I submit so that my employer gets some credit.) Signed-off-by: Richard Hansen <hansenr@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* add David Turner's Two Sigma addressDavid Turner2016-09-271-0/+1
| | | | | Signed-off-by: David Turner <novalis@novalis.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* .mailmap: use Christian Couder's Tuxfamily addressChristian Couder2016-08-091-0/+1
| | | | | Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* mailmap: use main email address for dturnerDavid Turner2016-07-061-0/+1
| | | | | Signed-off-by: David Turner <novalis@novalis.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* .mailmap: update to my shorter email addressEric Wong2016-05-021-0/+1
| | | | | | | | | | | | | Following f916ab0ccc ("send-email: more meaningful Message-ID"), my own email address is too long :x While I could have an even shorter address by one character with "yhbt.net", "80x24.org" is more representative of my hacking-related pursuits. Signed-off-by: Eric Wong <e@80x24.org> Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* mailmap: update my entry with new email addressRamsay Jones2015-09-161-1/+1
| | | | | | | | | | | | My 'demon' email address is no longer functional since, after 16+ years with demon, I have had to change my ISP. :( Also, take the opportunity to remove my middle name, which I only use on official documents (or in the GECOS field when creating a user account on unix). Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Update mailmap to spell out "Alexander Kuleshov"Junio C Hamano2015-03-271-0/+1
| | | | Signed-off-by: Junio C Hamano <gitster@pobox.com>
* .mailmap: add Stefan Bellers corporate mail addressStefan Beller2014-10-211-0/+1
| | | | | | | | | Note that despite the private address being first and primary, Google owns the copyright on this patch as any other patch I'll be sending signed off by the sbeller@google.com address. Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* Sync with v2.0.3Junio C Hamano2014-07-231-0/+1
|\ | | | | | | | | | | | | * maint: Git 2.0.3 .mailmap: combine Stefan Beller's emails git.1: switch homepage for stats
| * .mailmap: combine Stefan Beller's emailsStefan Beller2014-07-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Google mail has had the extension @googlemail.com for a long time in Germany as @gmail.de was already taken by a competitor. Nowadays the original gmail company isn't there anymore(?), hence Googlemail also introduced @gmail.com in Germany, which I switched to. This changed mail address of mine first appeared in 398dd4bd039680b (2014-07-10, .mailmap: map different names with the same email address together) ironically. Signed-off-by: Stefan Beller <stefanbeller@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | .mailmap: map different names with the same email address togetherStefan Beller2014-07-171-0/+3
|/ | | | | | | | | | | | Pretty much one year ago (94b410bba864, Jul 12 2013, .mailmap: Map email addresses to names) I cleaned up the output of `git shortlog -sne` of git.git by writing a .mailmap file fot the git.git project. During the year Jens, Kazuki and Trần contributed to git.git using different names, but the same email address; unify them. Signed-off-by: Stefan Beller <stefanbeller@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* .mailmap: switch to Thomas Rast's personal addressThomas Rast2013-10-131-1/+3
| | | | | | | | | | | Normalize to my personal address, as my ETH addresses will expire soon. Also add my new corp account to be somewhat futureproof. Note that despite the private address being first, Google owns the copyright as long as I am employed there. Signed-off-by: Thomas Rast <trast@inf.ethz.ch> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
* Merge branch 'sb/mailmap-updates'Junio C Hamano2013-08-131-2/+16
|\ | | | | | | | | | | * sb/mailmap-updates: .mailmap: Combine more (name, email) to individual persons .mailmap: update long-lost friends with multiple defunct addresses
| * .mailmap: Combine more (name, email) to individual personsStefan Beller2013-08-131-1/+3
| | | | | | | | | | Signed-off-by: Stefan Beller <stefanbeller@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
| * .mailmap: update long-lost friends with multiple defunct addressesJunio C Hamano2013-08-131-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A handful of past contributors are recorded with multiple e-mail addresses, all of which are undeliverable. With a lot of help from Jonathan, we located all of them except for one person, and a pair of addresses we suspect belong to a single person but we are not certain. Update the found ones with their currently preferred address, and use the last known address to consolidate contributions by the lost one. Helped-by: Stefan Beller <stefanbeller@googlemail.com> Helped-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'sb/mailmap-updates'Junio C Hamano2013-08-091-2/+7
|\| | | | | | | | | * sb/mailmap-updates: .mailmap: fixup entries
| * .mailmap: fixup entriesStefan Beller2013-08-091-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds no new names, but fixes the mistakes I made in the previous commits. (94b410bba8, f4f49e225, c07a6bc57, 2013-07-12, .mailmap: Map email addresses to names). These mistakes are double white spaces between name and surname, different capitalization in email address, or just the email address set as name. Also I forgot to include James Knight to the mailmap file. Signed-off-by: Stefan Beller <stefanbeller@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'sb/mailmap-updates'Junio C Hamano2013-08-051-0/+3
|\| | | | | | | | | * sb/mailmap-updates: .mailmap: Multiple addresses of Michael S. Tsirkin
| * .mailmap: Multiple addresses of Michael S. TsirkinStefan Beller2013-08-051-0/+3
| | | | | | | | | | | | Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Stefan Beller <stefanbeller@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'sb/mailmap-updates'Junio C Hamano2013-07-301-0/+4
|\| | | | | | | | | * sb/mailmap-updates: .mailmap: combine more (email, name) to individual persons
| * .mailmap: combine more (email, name) to individual personsStefan Beller2013-07-251-0/+4
| | | | | | | | | | | | | | | | I got more responses from people regarding the .mailmap file. All added persons gave permission to add them to the .mailmap file. Signed-off-by: Stefan Beller <stefanbeller@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
* | Merge branch 'rs/mailmap-himself'Junio C Hamano2013-07-181-1/+1
|\ \ | |/ |/| | | | | * rs/mailmap-himself: .mailmap: René Scharfe has a new email address
| * .mailmap: René Scharfe has a new email addressRené Scharfe2013-07-181-1/+1
| | | | | | | | | | Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>