I was browsing some code history for a project that I’m assigned to and I saw a commit from 2003. How is this possible? Just curious.
https://192168o1.com.br/
https://19216801login.com.br/
https://logintplink.com.br/
But how are the commits still carries the same username. Also checkout this profile https://github.com/lattner where commits are there from 2001 even when git was not even invented.
Please read my answer again. Even before Git was created, people used other tools for source control. Then later on they switched to using Git. When people switch, they often use a tool to convert their software repository to Git -- including keeping the history of changes that have ever been made using the older tool.
If the same users worked on the project before and after the switch, there is no reason to expect them to have different usernames. They can continue to use the same usernames as before. They would just switch to using Git to add more changes, instead of using the tool they had been using before.
With a good tool to convert an old repository into a Git repository, there is nothing strange at all about finding a history for a given user of changes that go back to before Git had been created (because they weren't using Git to make those older changes).