this post was submitted on 22 Aug 2024
47 points (98.0% liked)

Forgejo

128 readers
1 users here now

This is a community dedicated to Forgejo.

Useful links:

Rules:

founded 11 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] refalo@programming.dev -3 points 4 weeks ago* (last edited 4 weeks ago) (1 children)

Guess it's time for yet another fork...

Also the post seems to contradict itself:

Both Forgejo and Git must be used together

Forgejo codebase includes basic support for go-git, a Go package distributed under a permissive license that can be used in place of Git

And the fact that it only needs an external binary that understands git commands tells me that it's not technically tied to "Git proper" as much as they want us to believe.

[–] JadedBlueEyes@programming.dev 6 points 4 weeks ago (2 children)

You missed out this fairly important bit re go-git:

it is not supported or packaged because it is not fully compatible and could corrupt Git repositories.

As far as being tied to git proper, that's because there is no drop-in alternative implementation that implements all the functionality that you need to run a Git server. Right now, Git proper is your only option. That might change as gitoxide matures, but that could take years.

[–] v9CYKjLeia10dZpz88iU@programming.dev 1 points 4 weeks ago* (last edited 4 weeks ago)

Either way, even if they just stated that they just like the GPL, and want it to apply to their contributions towards federation and other improvements, I think that's a reasonable decision as long as their primary contributors agree with it too. I don't think a fork seems necessary unless the contributors want it to remain permissively licensed.

[–] refalo@programming.dev 0 points 3 weeks ago* (last edited 3 weeks ago)

You missed

I did see that, I just didn't feel that it was relevant to my point

there is no drop-in alternative

My point was that there could be (and the GPL even wants there to be). Also "Both Forgejo and Git must be used together" could be construed as Git itself requiring Forgejo, which isn't true either.

The fact that forgejo only calls an external git binary is what makes such tools compatible with non-GPL software as well... you just have to be able to substitute the binary for something else, it doesn't matter if that "something else" exists yet or not.

Maybe we just differ on our definitions of "requiring Git".