Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,670
Community Members
 
Community Events
184
Community Groups

How are there GitHub commits that date before 2008?

Edited

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/

 

1 comment

My guess is that they have used one of the many tools to convert an existing repository to Git from some other older source code control tool.

Many who used to use something else have move over to Git.  A good conversion tool will keep their commit history and preserve the dates for their old commits.

Then it is just a matter of uploading their converted Git repository.

Like Hùng Nguyễn likes this

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).

Like krishoza15 likes this

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events