asolimando commented on PR #4143: URL: https://github.com/apache/calcite/pull/4143#issuecomment-2594651351
> @asolimando I thought that mailmap helps `git log` produce better output but didn't think it helps GitHub map commits to GitHub users. But does the line > > ``` > Alessandro Solimando <[email protected]> > ``` > > achieve that mapping? @julianhyde yes, apart from helping `git log` as you suggest, it is also used by GitHub itself to link multiple email addresses under the same account. By mistake I have used "@apache.com" in one of my recent commits around Cassandra and I couldn't add this email address to GitHub as it couldn't be verified (because it's invalid). Adding it to the .mailmap file allowed GitHub to compute the commit count correctly. Please note that it takes ~24h to update it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
