this post was submitted on 05 Jun 2025
176 points (100.0% liked)

Programmer Humor

36575 readers
304 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

For reference, yes, the screenshot is real, it's from here: https://github.com/TrinityCore/TrinityCore/tree/3.3.5

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 37 points 2 weeks ago (2 children)

When your branch becomes a fork

[–] [email protected] 7 points 2 weeks ago (1 children)

Is that even a joke or a fact statement at this point?

[–] [email protected] 4 points 2 weeks ago

Not familiar enough with this particular project to know, but a quick glance at the commit log shows some overlap in commit authors, so I guess there is at least some level of sharing happening, probably just not through merges.

But being familiar with this kind of project in general, the branches will probably never be fully merged even in the future, just doesn't make much sense because they are server software targeting very different versions of a game client. There are also two other branches, but they "only" diverged by like one or two thousand commits so far.