Open
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What changes are you suggesting?
The author extraction script causes authors starting from 't' losing it, e.g.
SVN log:
r5572 | tom | 2023-04-10 09:25:13 -0400 (Mon, 10 Apr 2023)
Result mapping:
om = tom
The expected mapping:
tom = tom
Additional information
No response