logoalt Hacker News

phplovesongtoday at 11:24 AM3 repliesview on HN

670,000 commits. Thats big. But only 2K merges? I assume push straight to master in most cases?


Replies

jlokiertoday at 4:42 PM

If the original develoeprs had used Git, they'd be mostly fast-forward merges. Those are the default merge operation in Git, and they don't appear as merge commits in a repo.

However, there commits start 33 years before Git was created. Merge commits were not even a concept back than.

mprovosttoday at 11:48 AM

I don't think either SCCS or RCS tracked merges, so everything looks like a new revision.

show 2 replies
keyboredtoday at 1:12 PM

What did source control look like 30 years ago? Was merges used a lot? I have only used Subversion and Git.

show 4 replies