On Mon, 13 Jan 2025 at 12:17, Ben Boeckel via Gcc <gcc@gcc.gnu.org> wrote: > > 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.
I added that config for pulling patches from public-inbox using b4, not for submitting patches. I don't know if the inbox.sourceware.org system supports a web submission endpoint for submitting patches with 'b4 send' https://b4.docs.kernel.org/en/latest/contributor/send.html > > --Ben