Uh oh!
There was an error while loading. Please reload this page.
Conversation
ZYSzys
commented
Feb 16, 2019
AFAIK, this file was generated by tools/update-authors.js and stat from Line 2321 in e74019f Seems not suitable to change manually 🤔.(Please correct me if I'm wrong) |
richardlau
left a comment
There was a problem hiding this comment.
As has been pointed out, AUTHORS is generated by tooling, so if you remove the entry manually it's just going to be readded the next time the tool is run based on your previous commits.
What you should do instead is edit .mailmap and map your old email address to your current one.
ghost
commented
Feb 16, 2019
@richardlau:Thanks! I've added my own email account address into the map file, because I didn't find it yet. |
Due to `maledong_private@qq.com` is useless because I cannot log in with the email address (GitHub doesn't support `qq` mail well), and I've successfully changed my email account to `maledong_github@outlook.com` instead. So I removed my old useless email address and keep the new one for the same account 'MaleDong', because there're two 'MaleDong' Accounts and they are both pointing to me. The final solution is that to add my own email account address into the '.mailmap' to let AUTHORS re-generated.
Uh oh!
There was an error while loading. Please reload this page.
jasnell
commented
Feb 18, 2019
The |
remove useless email account in `AUTHOR` so as to keep the file in union with `.mailmap`
BridgeAR
commented
Feb 20, 2019
There is no linter for this, so running a CI won't make any sense in this case. |
addaleax
commented
Mar 1, 2019
Landed in 43cb36b |
Due to `maledong_private@qq.com` is useless because I cannot log in with the email address (GitHub doesn't support `qq` mail well), and I've successfully changed my email account to `maledong_github@outlook.com` instead. So I removed my old useless email address and keep the new one for the same account 'MaleDong', because there're two 'MaleDong' Accounts and they are both pointing to me. The final solution is that to add my own email account address into the '.mailmap' to let AUTHORS re-generated. PR-URL: #26146 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
ghost
commented
Mar 1, 2019
Thanks all! |
Due to `maledong_private@qq.com` is useless because I cannot log in with the email address (GitHub doesn't support `qq` mail well), and I've successfully changed my email account to `maledong_github@outlook.com` instead. So I removed my old useless email address and keep the new one for the same account 'MaleDong', because there're two 'MaleDong' Accounts and they are both pointing to me. The final solution is that to add my own email account address into the '.mailmap' to let AUTHORS re-generated. PR-URL: #26146 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Due to
maledong_private@qq.comis useless because I cannot log inwith the email address (GitHub doesn't support
qqmail well),and I've successfully changed my email account to
maledong_github@outlook.cominstead. So I removed my old useless email address and keep the new one
for the same account 'MaleDong', because there're two 'MaleDong' Accounts and
they are both pointing to me.
Here're the images:

make -j4 test(UNIX), orvcbuild test(Windows) passes