this post was submitted on 21 Feb 2024
77 points (80.8% liked)

Open Source

29025 readers
285 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 4 months ago (2 children)

I dont get how that works, you mail those lines with all those

+line
+something
-something

And they can like transform that into git and have it work as an actual patch?

[–] [email protected] 8 points 4 months ago

This website explains the process: https://git-send-email.io/

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

Yes, it's called a diff and git was designed with exactly this workflow in mind because it's how the Linux kernel has been developed for decades. GitHub is just a new fangled way to social network-ize the git workflow.