Comment on Fossil: A Git alternative with batteries included
technom@programming.dev 11 months agoThis is objectively wrong! Git has ‘request-pull’ command that generates a message to an upstream maintainer to pull changes from an online downstream clone. That request message can be sent by email or some other means. But no patches are involved. And no - Github did not invent it. It was there before Github existed. In fact, there is a rant by Torvalds as to how GitHub reimplemented PRs poorly, throwing away good features of the request-pull command.
dukk@programming.dev 11 months ago
Thank you for that information. I had no idea that command existed, I guess because primarily I’ve seen people sending patches over ema. I’ve updated my original comment with additional information. Thanks for calling me out 😅
technom@programming.dev 11 months ago
Can I interest you in a Torvalds rant?