In-reply-to » Learn to use email with git! -- Interesting read of how to use the "Git Email" workflow for sending patches to a project 🤔 Not sure how I feel about it though 😅

@justamoment@twtxt.net @prologic@twtxt.net tbf, format-patch numbers your patches so that you can apply them with an one liner, no matter if they’re 1 or 9999. As for identity leakage, do notice that only author patch info is present - a name (that can be a pseudonym) and an address field that can be empty. Other then that you only have the transport means, but you don’t really need to use e-mail if that is your concern, you can for eg. set up an anonymous ftp… you just need to get the formatted patches, git not having its own transport is not a limitation but the freedom to let you get patches in any way you want! ;-)

⤋ Read More