On Mon, Jan 13, 2025 at 01:27:17 +0000, Hao Liu via Gcc wrote: > I'm new to GCC community, and try to contribute some patches. > I am having trouble setting git send-email with Outlook on Linux. Does > anyone have any successful experiences to share?
I don't believe Outlook is well-suited for sending patches (Linux or not). There may be workarounds: https://answers.microsoft.com/en-us/outlook_com/forum/all/configure-and-use-git-send-email-to-work-with/48b7e77c-6727-4541-a78a-f4f8309970a0 https://stackoverflow.com/questions/9814276/git-patch-file-attached-to-outlook-email-gets-modified-by-it There was mention that there is now `b4` configuration available in this message: https://gcc.gnu.org/pipermail/gcc/2024-September/244776.html though I do not see any updates to the wiki mentioning it. It may make things a lot easier to juggle as well. --Ben